ArcFM Solution Developer Guide
FeatureFromEID Method


Syntax
'Declaration
 
Public Function FeatureFromEID( _
   ByVal pGeometricNW As IGeometricNetwork, _
   ByVal lEID As System.Integer, _
   ByVal pElementType As esriElementType _
) As IFeature
'Usage
 
Dim instance As PhaseSwapUtils
Dim pGeometricNW As IGeometricNetwork
Dim lEID As System.Integer
Dim pElementType As esriElementType
Dim value As IFeature
 
value = instance.FeatureFromEID(pGeometricNW, lEID, pElementType)
public IFeature FeatureFromEID( 
   IGeometricNetwork pGeometricNW,
   System.int lEID,
   esriElementType pElementType
)

Parameters

pGeometricNW
lEID
pElementType
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