ArcFM Engine Developer Guide
GetWeight(Int32,Int32,Int32) Method


Get the trace weight from fcid oid subid
Syntax
'Declaration
 
Overloads Function GetWeight( _
   ByVal fcid As Integer, _
   ByVal oid As Integer, _
   ByVal subid As Integer _
) As Integer
'Usage
 
Dim instance As IGeometricElementHelper
Dim fcid As Integer
Dim oid As Integer
Dim subid As Integer
Dim value As Integer
 
value = instance.GetWeight(fcid, oid, subid)
int GetWeight( 
   int fcid,
   int oid,
   int subid
)

Parameters

fcid
oid
subid
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