ArcFM Solution Developer Guide
GetCurrentStatusAsWeightValue Method


Syntax
'Declaration
 
Public Sub GetCurrentStatusAsWeightValue( _
   ByVal eid As System.Integer, _
   ByVal FCID As System.Integer, _
   ByVal OID As System.Integer, _
   ByVal SUBID As System.Integer, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByRef weightVal As System.Integer _
) 
'Usage
 
Dim instance As DevicePhaseStatusMangler
Dim eid As System.Integer
Dim FCID As System.Integer
Dim OID As System.Integer
Dim SUBID As System.Integer
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim weightVal As System.Integer
 
instance.GetCurrentStatusAsWeightValue(eid, FCID, OID, SUBID, elementType, weightVal)
public void GetCurrentStatusAsWeightValue( 
   System.int eid,
   System.int FCID,
   System.int OID,
   System.int SUBID,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ref System.int weightVal
)

Parameters

eid
FCID
OID
SUBID
elementType
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

DevicePhaseStatusMangler Class
DevicePhaseStatusMangler Members

 

 


Send Comment