ArcFM Responder Mobile Developer Guide
GetFeatureClassId Method (FeatureIdentificationProvider)






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

Parameters

featureClassName
Name of the feature class.

Return Value

The feature class integer identifier.
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

FeatureIdentificationProvider Class
FeatureIdentificationProvider Members

Send Feedback