ArcFM Engine Developer Guide
GetWeight(Int32,esriElementType) Method


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

IGeometricElementHelper Interface
IGeometricElementHelper Members
Overload List

 

 


Send Comment