ArcFM Engine Developer Guide
GetCurrentStatusAsWeightValueInternal Method


Syntax
'Declaration
 
Protected Overridable Sub GetCurrentStatusAsWeightValueInternal( _
   ByVal oid As Integer, _
   ByVal fcid As Integer, _
   ByVal eid As Integer, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal subid As Integer, _
   ByRef weightVal As Integer _
) 
'Usage
 
Dim instance As DeviceStatus
Dim oid As Integer
Dim fcid As Integer
Dim eid As Integer
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim subid As Integer
Dim weightVal As Integer
 
instance.GetCurrentStatusAsWeightValueInternal(oid, fcid, eid, elementType, subid, weightVal)
protected virtual void GetCurrentStatusAsWeightValueInternal( 
   int oid,
   int fcid,
   int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   int subid,
   ref int weightVal
)

Parameters

oid
fcid
eid
elementType
subid
weightVal
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

DeviceStatus Class
DeviceStatus Members

 

 


Send Comment