ArcFM Solution 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
)

Parameters

eid
type
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GeometricElementHelper Class
GeometricElementHelper Members
Overload List

 

 


Send Comment