ArcFM Responder Mobile Developer Guide
ObjectID Property (FeatureKey)






Gets the OID of the feature.
Syntax
'Declaration
 
Public ReadOnly Property ObjectID As System.Integer
'Usage
 
Dim instance As FeatureKey
Dim value As System.Integer
 
value = instance.ObjectID
public System.int ObjectID {get;}
public read-only property ObjectID: System.Integer; 
public function get ObjectID : System.int
public: __property System.int get_ObjectID();
public:
property System.int ObjectID {
   System.int get();
}

Property Value

The OID of 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