User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserverlayer.getobjectids_void

Table of Contents

ITGIS_ArcGISFeatureServerLayer.GetObjectIds method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer.GetObjectIds | Methods | Properties

Gets object ids available in the layer.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public ITGIS_IntegerArray GetObjectIds();
' VisualBasic
Public Function GetObjectIds() As ITGIS_IntegerArray
// Oxygene
public
  function GetObjectIds : ITGIS_IntegerArray;

Result

Type Description
ITGIS_IntegerArray Array of object ids returned by the layer.

Remarks

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.

2026/07/11 00:08

Page Tools