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






Syntax
public DeviceInfo( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType
)
public DeviceInfo( 
    eid: System.Integer;
    elementType: ESRI.ArcGIS.Geodatabase.esriElementType
); 
public function DeviceInfo( 
   eid : System.int,
   elementType : ESRI.ArcGIS.Geodatabase.esriElementType
);
public: DeviceInfo( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType
)
public:
DeviceInfo( 
   System.int eid,
   ESRI.ArcGIS.Geodatabase.esriElementType elementType
)
'Declaration
 
Public Function New( _
   ByVal eid As System.Integer, _
   ByVal elementType As ESRI.ArcGIS.Geodatabase.esriElementType _
)
 
'Usage
 
Dim eid As System.Integer
Dim elementType As ESRI.ArcGIS.Geodatabase.esriElementType
 
Dim instance As New DeviceInfo(eid, elementType)

Parameters

eid
elementType
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