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






Get the trace weight from eid element type
Syntax
'Declaration
 
Public Overloads Function GetWeight( _
   ByVal eid As System.Integer, _
   ByVal type As ESRI.ArcGIS.Geodatabase.esriElementType _
) As System.Integer
'Usage
 
Dim instance As GeometricElementHelper
Dim eid As System.Integer
Dim type As ESRI.ArcGIS.Geodatabase.esriElementType
Dim value As System.Integer
 
value = instance.GetWeight(eid, type)
public System.int GetWeight( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
)
public function GetWeight( 
    eid: System.Integer;
    type: ESRI.ArcGIS.Geodatabase.esriElementType
): System.Integer; 
public function GetWeight( 
   eid : System.int,
   type : ESRI.ArcGIS.Geodatabase.esriElementType
) : System.int;
public: System.int GetWeight( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
) 
public:
System.int GetWeight( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
) 

Parameters

eid
type
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