ArcFM Responder Mobile Developer Guide
FeatureFromEID Method






Syntax
'Declaration
 
Function FeatureFromEID( _
   ByVal pGeometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _
   ByVal lEID As System.Integer, _
   ByVal pElementType As ESRI.ArcGIS.Geodatabase.esriElementType _
) As ESRI.ArcGIS.Geodatabase.IFeature
'Usage
 
Dim instance As IMMPhaseSwapUtils
Dim pGeometricNW As ESRI.ArcGIS.Geodatabase.IGeometricNetwork
Dim lEID As System.Integer
Dim pElementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim value As ESRI.ArcGIS.Geodatabase.IFeature
 
value = instance.FeatureFromEID(pGeometricNW, lEID, pElementType)
ESRI.ArcGIS.Geodatabase.IFeature FeatureFromEID( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork pGeometricNW,
   System.int lEID,
   ESRI.ArcGIS.Geodatabase.esriElementType pElementType
)
function FeatureFromEID( 
    pGeometricNW: ESRI.ArcGIS.Geodatabase.IGeometricNetwork;
    lEID: System.Integer;
    pElementType: ESRI.ArcGIS.Geodatabase.esriElementType
): ESRI.ArcGIS.Geodatabase.IFeature; 
function FeatureFromEID( 
   pGeometricNW : ESRI.ArcGIS.Geodatabase.IGeometricNetwork,
   lEID : System.int,
   pElementType : ESRI.ArcGIS.Geodatabase.esriElementType
) : ESRI.ArcGIS.Geodatabase.IFeature;
ESRI.ArcGIS.Geodatabase.IFeature* FeatureFromEID( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork* pGeometricNW,
   System.int lEID,
   ESRI.ArcGIS.Geodatabase.esriElementType pElementType
) 
ESRI.ArcGIS.Geodatabase.IFeature^ FeatureFromEID( 
   ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ pGeometricNW,
   System.int lEID,
   ESRI.ArcGIS.Geodatabase.esriElementType pElementType
) 

Parameters

pGeometricNW
lEID
pElementType
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMPhaseSwapUtils Interface
IMMPhaseSwapUtils Members

Send Feedback