ArcFM Solution Developer Guide
ConvertEnumNetEidToFeaturesArray Method


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