ArcFM Responder Mobile Developer Guide
GetElementTypeSafe Method (IGeometricElementHelper)






Get the element type of the feature class ID. Don't throw if we can't determine element type. Just log warning and continue.
Syntax
'Declaration
 
Function GetElementTypeSafe( _
   ByVal fcid As System.Integer _
) As ESRI.ArcGIS.Geodatabase.esriElementType
'Usage
 
Dim instance As IGeometricElementHelper
Dim fcid As System.Integer
Dim value As ESRI.ArcGIS.Geodatabase.esriElementType
 
value = instance.GetElementTypeSafe(fcid)
ESRI.ArcGIS.Geodatabase.esriElementType GetElementTypeSafe( 
   System.int fcid
)
function GetElementTypeSafe( 
    fcid: System.Integer
): ESRI.ArcGIS.Geodatabase.esriElementType; 
function GetElementTypeSafe( 
   fcid : System.int
) : ESRI.ArcGIS.Geodatabase.esriElementType;
ESRI.ArcGIS.Geodatabase.esriElementType GetElementTypeSafe( 
   System.int fcid
) 
ESRI.ArcGIS.Geodatabase.esriElementType GetElementTypeSafe( 
   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

IGeometricElementHelper Interface
IGeometricElementHelper Members

Send Feedback