ArcFM Responder Mobile Developer Guide
GetElementType Method (DeviceInfo)






Syntax
'Declaration
 
Public Shared Function GetElementType( _
   ByVal fcid As System.Integer _
) As ESRI.ArcGIS.Geodatabase.esriElementType
'Usage
 
Dim fcid As System.Integer
Dim value As ESRI.ArcGIS.Geodatabase.esriElementType
 
value = DeviceInfo.GetElementType(fcid)
public static ESRI.ArcGIS.Geodatabase.esriElementType GetElementType( 
   System.int fcid
)
public function GetElementType( 
    fcid: System.Integer
): ESRI.ArcGIS.Geodatabase.esriElementType; static; 
public static function GetElementType( 
   fcid : System.int
) : ESRI.ArcGIS.Geodatabase.esriElementType;
public: static ESRI.ArcGIS.Geodatabase.esriElementType GetElementType( 
   System.int fcid
) 
public:
static ESRI.ArcGIS.Geodatabase.esriElementType GetElementType( 
   System.int fcid
) 

Parameters

fcid
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

Send Feedback