ArcFM Engine Developer Guide
GetFeatureFromEID Method


Syntax
'Declaration
 
Public Shared Function GetFeatureFromEID( _
   ByVal geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal eid As Integer, _
   ByVal type As ESRI.ArcGIS.Geodatabase.esriElementType _
) As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim geometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim eid As Integer
Dim type As ESRI.ArcGIS.Geodatabase.esriElementType
Dim value As ESRI.ArcGIS.Geodatabase.IFeature
 
value = PhaseSwapUtils.GetFeatureFromEID(geometricNW, eid, type)
public static ESRI.ArcGIS.Geodatabase.IFeature GetFeatureFromEID( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork geometricNW,
   int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
)

Parameters

geometricNW
eid
type
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