ArcFM Responder Mobile Developer Guide
GetNetworkIdentifier(FeatureID) Method






Get the GeometricNetworkID from Miner.Responder.Shared.DataTransferObjects.FeatureID
Syntax
'Declaration
 
Overloads Function GetNetworkIdentifier( _
   ByVal id As FeatureID _
) As GeometricNetworkID
'Usage
 
Dim instance As IGeometricElementHelper
Dim id As FeatureID
Dim value As GeometricNetworkID
 
value = instance.GetNetworkIdentifier(id)
GeometricNetworkID GetNetworkIdentifier( 
   FeatureID id
)
function GetNetworkIdentifier( 
    id: FeatureID
): GeometricNetworkID; 
function GetNetworkIdentifier( 
   id : FeatureID
) : GeometricNetworkID;
GeometricNetworkID GetNetworkIdentifier( 
   FeatureID* id
) 
GeometricNetworkID GetNetworkIdentifier( 
   FeatureID^ id
) 

Parameters

id
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

IGeometricElementHelper Interface
IGeometricElementHelper Members
Overload List

Send Feedback