ArcFM Responder Mobile 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
)
protected procedure GetCurrentStatusAsWeightValueInternal( 
    oid: System.Integer;
    fcid: System.Integer;
    eid: System.Integer;
    elementType: ESRI.ArcGIS.Geodatabase.esriElementType;
    subid: System.Integer;
   var  weightVal: System.Integer
); virtual; 
protected function GetCurrentStatusAsWeightValueInternal( 
   oid : System.int,
   fcid : System.int,
   eid : System.int,
   elementType : ESRI.ArcGIS.Geodatabase.esriElementType,
   subid : System.int,
   weightVal : System.int
);
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
) 
protected:
virtual void GetCurrentStatusAsWeightValueInternal( 
   System.int oid,
   System.int fcid,
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType,
   System.int subid,
   System.int% weightVal
) 

Parameters

oid
fcid
eid
elementType
subid
weightVal
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeviceStatus Class
DeviceStatus Members

Send Feedback