ArcFM Responder Mobile Developer Guide
ObjectClassID Property (FeatureKey)






Gets the object class ID for the object class containing the feature.
Syntax
'Declaration
 
Public ReadOnly Property ObjectClassID As System.Integer
'Usage
 
Dim instance As FeatureKey
Dim value As System.Integer
 
value = instance.ObjectClassID
public System.int ObjectClassID {get;}
public read-only property ObjectClassID: System.Integer; 
public function get ObjectClassID : System.int
public: __property System.int get_ObjectClassID();
public:
property System.int ObjectClassID {
   System.int get();
}

Property Value

The object class ID for the object class containing the feature.
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

FeatureKey Class
FeatureKey Members

Send Feedback