ArcFM Engine Developer Guide
ConvertEnumNetEidToFeaturesArray Method


Syntax
'Declaration
 
Public Shared Function ConvertEnumNetEidToFeaturesArray( _
   ByVal geoNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal eids As ESRI.ArcGIS.Geodatabase.IEnumNetEID _
) As List(Of IFeature)
'Usage
 
Dim geoNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim eids As ESRI.ArcGIS.Geodatabase.IEnumNetEID
Dim value As List(Of IFeature)
 
value = PhaseSwapUtils.ConvertEnumNetEidToFeaturesArray(geoNW, eids)
public static List<IFeature> ConvertEnumNetEidToFeaturesArray( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geoNW,
   ESRI.ArcGIS.Geodatabase.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