ArcFM Responder Mobile Developer Guide
GetFeatureClassName Method (FeatureIdentification)






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

Parameters

featureClassId
The feature class 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

FeatureIdentification Class
FeatureIdentification Members

Send Feedback