DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer.GetObjectIds | Methods | Properties
Gets object ids available in the layer.
// C# public ITGIS_IntegerArray GetObjectIds();
' VisualBasic Public Function GetObjectIds() As ITGIS_IntegerArray
// Oxygene public function GetObjectIds : ITGIS_IntegerArray;
| Type | Description |
|---|---|
| ITGIS_IntegerArray | Array of object ids returned by the layer. |
PURPOSE: Retrieves the list of object ids exposed by the layer.
BEHAVIOR: The method queries the service for object ids only and returns them as an integer array, separate from feature data retrieval.