ArcFM Solution Developer Guide
ConvertTracedEIDsToFeaturesArray Method


Syntax
'Declaration
 
Public Shared Function ConvertTracedEIDsToFeaturesArray( _
   ByVal geoNW As IGeometricNetwork, _
   ByVal edgeEIDs As IEnumNetEID, _
   ByVal junctionEIDs As IEnumNetEID _
) As System.Collections.Generic.IEnumerable(Of IFeature)
'Usage
 
Dim geoNW As IGeometricNetwork
Dim edgeEIDs As IEnumNetEID
Dim junctionEIDs As IEnumNetEID
Dim value As System.Collections.Generic.IEnumerable(Of IFeature)
 
value = PhaseSwapUtils.ConvertTracedEIDsToFeaturesArray(geoNW, edgeEIDs, junctionEIDs)
public static System.Collections.Generic.IEnumerable<IFeature> ConvertTracedEIDsToFeaturesArray( 
   IGeometricNetwork geoNW,
   IEnumNetEID edgeEIDs,
   IEnumNetEID junctionEIDs
)

Parameters

geoNW
edgeEIDs
junctionEIDs
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