ArcFM Responder Mobile Developer Guide
GetFeatureClassId Method (FeatureIdentification)






Name of the feature class.
Gets the feature class identifier.
Syntax
'Declaration
 
Public Shared Function GetFeatureClassId( _
   ByVal featureClassName As System.String _
) As System.Integer
'Usage
 
Dim featureClassName As System.String
Dim value As System.Integer
 
value = FeatureIdentification.GetFeatureClassId(featureClassName)
public static System.int GetFeatureClassId( 
   System.string featureClassName
)
public function GetFeatureClassId( 
    featureClassName: System.String
): System.Integer; static; 
public static function GetFeatureClassId( 
   featureClassName : System.String
) : System.int;
public: static System.int GetFeatureClassId( 
   System.string* featureClassName
) 
public:
static System.int GetFeatureClassId( 
   System.String^ featureClassName
) 

Parameters

featureClassName
Name of the feature class.
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

FeatureIdentification Class
FeatureIdentification Members

Send Feedback