ArcFM Engine Developer Guide
GetCurrentStatusAsWeightValue Method (DevicePhaseStatusMangler)


Syntax
'Declaration
 
Public Sub GetCurrentStatusAsWeightValue( _
   ByVal eid As Integer, _
   ByVal FCID As Integer, _
   ByVal OID As Integer, _
   ByVal SUBID As Integer, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType, _
   ByRef weightVal As Integer _
) 
'Usage
 
Dim instance As DevicePhaseStatusMangler
Dim eid As Integer
Dim FCID As Integer
Dim OID As Integer
Dim SUBID As Integer
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
Dim weightVal As Integer
 
instance.GetCurrentStatusAsWeightValue(eid, FCID, OID, SUBID, elementType, weightVal)
public void GetCurrentStatusAsWeightValue( 
   int eid,
   int FCID,
   int OID,
   int SUBID,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   ref 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