ArcFM Responder Mobile Developer Guide
GetNetworkIdentifier(Int32,Int32,Int32) Method






Get the GeometricNetworkID from fcid oid subid.
Syntax
'Declaration
 
Public Overloads Function GetNetworkIdentifier( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer, _
   ByVal subid As System.Integer _
) As GeometricNetworkID
'Usage
 
Dim instance As GeometricElementHelper
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subid As System.Integer
Dim value As GeometricNetworkID
 
value = instance.GetNetworkIdentifier(fcid, oid, subid)
public GeometricNetworkID GetNetworkIdentifier( 
   System.int fcid,
   System.int oid,
   System.int subid
)
public function GetNetworkIdentifier( 
    fcid: System.Integer;
    oid: System.Integer;
    subid: System.Integer
): GeometricNetworkID; 
public function GetNetworkIdentifier( 
   fcid : System.int,
   oid : System.int,
   subid : System.int
) : GeometricNetworkID;
public: GeometricNetworkID GetNetworkIdentifier( 
   System.int fcid,
   System.int oid,
   System.int subid
) 
public:
GeometricNetworkID GetNetworkIdentifier( 
   System.int fcid,
   System.int oid,
   System.int subid
) 

Parameters

fcid
oid
subid
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

GeometricElementHelper Class
GeometricElementHelper Members
Overload List

Send Feedback