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






Get the trace weight from eid element type
Syntax
'Declaration
 
Overloads Function GetWeight( _
   ByVal eid As System.Integer, _
   ByVal type As ESRI.ArcGIS.Geodatabase.esriElementType _
) As System.Integer
'Usage
 
Dim instance As IGeometricElementHelper
Dim eid As System.Integer
Dim type As ESRI.ArcGIS.Geodatabase.esriElementType
Dim value As System.Integer
 
value = instance.GetWeight(eid, type)
System.int GetWeight( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
)
function GetWeight( 
    eid: System.Integer;
    type: ESRI.ArcGIS.Geodatabase.esriElementType
): System.Integer; 
function GetWeight( 
   eid : System.int,
   type : ESRI.ArcGIS.Geodatabase.esriElementType
) : System.int;
System.int GetWeight( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType type
) 
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

IGeometricElementHelper Interface
IGeometricElementHelper Members
Overload List

Send Feedback