ArcFM Engine Developer Guide
GetFeatureListFromEIDS Method


Syntax
'Declaration
 
Public Shared Function GetFeatureListFromEIDS( _
   ByVal geoNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal junctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID, _
   ByVal edges As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) As ID8List
'Usage
 
Dim geoNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim junctions As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim edges As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim value As ID8List
 
value = PhaseSwapUtils.GetFeatureListFromEIDS(geoNW, junctions, edges)
public static ID8List GetFeatureListFromEIDS( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geoNW,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID junctions,
   ESRI.ArcGIS.Geodatabase.IEnumNetEID edges
)

Parameters

geoNW
junctions
edges
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

PhaseSwapUtils Class
PhaseSwapUtils Members

 

 


Send Comment