ArcFM Engine Developer Guide
GetCurrentStatusAsWeightValue Method


Syntax
'Declaration
 
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 IMMCurrentStatus
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)
void GetCurrentStatusAsWeightValue( 
   int EID,
   int FCID,
   int OID,
   int SUBID,
   ESRI.ArcGIS.Geodatabase.esriElementType ElementType,
   out 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

IMMCurrentStatus Interface
IMMCurrentStatus Members

 

 


Send Comment