ArcFM Responder Mobile Developer Guide
DeviceInfo Constructor(Int32,Int32,Int32,Int32)






Syntax
'Declaration
 
Public Function New( _
   ByVal oid As System.Integer, _
   ByVal fcid As System.Integer, _
   ByVal eid As System.Integer, _
   Optional ByVal subid As System.Integer _
)
'Usage
 
Dim oid As System.Integer
Dim fcid As System.Integer
Dim eid As System.Integer
Dim subid As System.Integer
 
Dim instance As New DeviceInfo(oid, fcid, eid, subid)
public DeviceInfo( 
   System.int oid,
   System.int fcid,
   System.int eid,
   System.int subid
)
public DeviceInfo( 
    oid: System.Integer;
    fcid: System.Integer;
    eid: System.Integer;
    subid: System.Integer
); 
public function DeviceInfo( 
   oid : System.int,
   fcid : System.int,
   eid : System.int,
   subid : System.int
);
public: DeviceInfo( 
   System.int oid,
   System.int fcid,
   System.int eid,
   System.int subid
)
public:
DeviceInfo( 
   System.int oid,
   System.int fcid,
   System.int eid,
   System.int subid
)

Parameters

oid
fcid
eid
subid
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

DeviceInfo Class
DeviceInfo Members
Overload List

Send Feedback