ArcFM Solution Developer Guide
ConvertEnumNetEIDtoGeometry Method


Syntax
'Declaration
 
Public Shared Function ConvertEnumNetEIDtoGeometry( _
   ByVal geoNW As IGeometricNetwork, _
   ByVal eids As IEnumNetEID _
) As ESRI.ArcGIS.Geometry.IGeometryCollection
'Usage
 
Dim geoNW As IGeometricNetwork
Dim eids As IEnumNetEID
Dim value As ESRI.ArcGIS.Geometry.IGeometryCollection
 
value = PhaseSwapUtils.ConvertEnumNetEIDtoGeometry(geoNW, eids)
public static ESRI.ArcGIS.Geometry.IGeometryCollection ConvertEnumNetEIDtoGeometry( 
   IGeometricNetwork geoNW,
   IEnumNetEID eids
)

Parameters

geoNW
eids
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