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






Get the trace weight from fcid oid subid
Syntax
'Declaration
 
Public Overloads Function GetWeight( _
   ByVal fcid As System.Integer, _
   ByVal oid As System.Integer, _
   ByVal subid As System.Integer _
) As System.Integer
'Usage
 
Dim instance As GeometricElementHelper
Dim fcid As System.Integer
Dim oid As System.Integer
Dim subid As System.Integer
Dim value As System.Integer
 
value = instance.GetWeight(fcid, oid, subid)
public System.int GetWeight( 
   System.int fcid,
   System.int oid,
   System.int subid
)
public function GetWeight( 
    fcid: System.Integer;
    oid: System.Integer;
    subid: System.Integer
): System.Integer; 
public function GetWeight( 
   fcid : System.int,
   oid : System.int,
   subid : System.int
) : System.int;
public: System.int GetWeight( 
   System.int fcid,
   System.int oid,
   System.int subid
) 
public:
System.int GetWeight( 
   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