ArcFM Engine Developer Guide
ListFromTracedElements Method


Syntax
'Declaration
 
Function ListFromTracedElements( _
   ByVal pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) As ID8List
'Usage
 
Dim instance As IMMPhaseSwapUtils
Dim pGeoNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim pJunctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim pEdges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim value As ID8List
 
value = instance.ListFromTracedElements(pGeoNetwork, pJunctions, pEdges)
ID8List ListFromTracedElements( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork pGeoNetwork,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pJunctions,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID pEdges
)

Parameters

pGeoNetwork
pJunctions
pEdges
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

IMMPhaseSwapUtils Interface
IMMPhaseSwapUtils Members

 

 


Send Comment