ArcFM Engine Developer Guide
ShowByTrace Method


Syntax
'Declaration
 
Sub ShowByTrace( _
   ByVal pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pJunctionEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pEdgeEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) 
'Usage
 
Dim instance As IMMTracedKVAUserInterface
Dim pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim pJunctionEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pEdgeEIDs As ESRI.ArcGIS.Geodatabase.IEnumNetEID
 
instance.ShowByTrace(pGeoNetwork, pJunctionEIDs, pEdgeEIDs)
void ShowByTrace( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork pGeoNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctionEIDs,
   ESRI.ArcGIS.Geodatabase.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