ArcFM Solution Developer Guide
GetCurrentStatusAsWeightValueInternal Method


Syntax
'Declaration
 
Protected Overridable Sub GetCurrentStatusAsWeightValueInternal( _
   ByVal oid As System.Integer, _
   ByVal fcid As System.Integer, _
   ByVal eid As System.Integer, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByVal subid As System.Integer, _
   ByRef weightVal As System.Integer _
) 
'Usage
 
Dim instance As DeviceStatus
Dim oid As System.Integer
Dim fcid As System.Integer
Dim eid As System.Integer
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim subid As System.Integer
Dim weightVal As System.Integer
 
instance.GetCurrentStatusAsWeightValueInternal(oid, fcid, eid, elementType, subid, weightVal)
protected virtual void GetCurrentStatusAsWeightValueInternal( 
   System.int oid,
   System.int fcid,
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   System.int subid,
   ref System.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