ArcFM Desktop Developer Guide
ShowByTrace Method


Syntax
'Declaration
 
Sub ShowByTrace( _
   ByVal pGeoNetwork As IGeometricNetwork, _
   ByVal pJunctionEIDs As IEnumNetEID, _
   ByVal pEdgeEIDs As IEnumNetEID _
) 
'Usage
 
Dim instance As IMMTracedKVAUserInterface
Dim pGeoNetwork As IGeometricNetwork
Dim pJunctionEIDs As IEnumNetEID
Dim pEdgeEIDs As IEnumNetEID
 
instance.ShowByTrace(pGeoNetwork, pJunctionEIDs, pEdgeEIDs)
void ShowByTrace( 
   IGeometricNetwork pGeoNetwork,
   IEnumNetEID pJunctionEIDs,
   IEnumNetEID pEdgeEIDs
)

Parameters

pGeoNetwork
pJunctionEIDs
pEdgeEIDs
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMTracedKVAUserInterface Interface
IMMTracedKVAUserInterface Members

 

 


Send Comment