ArcFM Responder Mobile Developer Guide
FeatureClassName Property (GlobalObjectId)






Gets the name of the feature class.
Syntax
'Declaration
 
Public ReadOnly Property FeatureClassName As System.String
'Usage
 
Dim instance As GlobalObjectId
Dim value As System.String
 
value = instance.FeatureClassName
public System.string FeatureClassName {get;}
public read-only property FeatureClassName: System.String; 
public function get FeatureClassName : System.String
public: __property System.string* get_FeatureClassName();
public:
property System.String^ FeatureClassName {
   System.String^ get();
}

Property Value

The 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

GlobalObjectId Structure
GlobalObjectId Members

Send Feedback