ArcFM Engine Developer Guide
ConvertTracedEIDsToFeaturesArray Method


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