ArcFM Solution Developer Guide
GetFeatureFromEID Method


Syntax
'Declaration
 
Public Shared Function GetFeatureFromEID( _
   ByVal geometricNW As IGeometricNetwork, _
   ByVal eid As System.Integer, _
   ByVal type As esriElementType _
) As IFeature
'Usage
 
Dim geometricNW As IGeometricNetwork
Dim eid As System.Integer
Dim type As esriElementType
Dim value As IFeature
 
value = PhaseSwapUtils.GetFeatureFromEID(geometricNW, eid, type)
public static IFeature GetFeatureFromEID( 
   IGeometricNetwork geometricNW,
   System.int eid,
   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