ArcFM Responder Mobile Developer Guide
Oids Property (FeatureClassObjectsRequest)






Syntax
'Declaration
 
Public ReadOnly Property Oids As System.Integer()
'Usage
 
Dim instance As FeatureClassObjectsRequest
Dim value() As System.Integer
 
value = instance.Oids
public System.int[] Oids {get;}
public read-only property Oids: System.array of Integer; 
public function get Oids : System.int[]
public: __property System.int[]* get_Oids();
public:
property System.array<int>^ Oids {
   System.array<int>^ get();
}
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

FeatureClassObjectsRequest Class
FeatureClassObjectsRequest Members

Send Feedback