User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserverlayer.getobjects_integer_integer_itgis_extent_widestring

Table of Contents

ITGIS_ArcGISFeatureServerLayer.GetObjects method

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

Get objects from a page of data.

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

Syntax

// C#
public _stream GetObjects(
  int _resultOffset,
  int _resultCount,
  ITGIS_Extent _filterRect,
  WideString _format
);
' VisualBasic
Public Function GetObjects(
  ByVal _resultOffset As Integer,
  ByVal _resultCount As Integer,
  ByVal _filterRect As ITGIS_Extent,
  ByVal _format As WideString
) As _stream
// Oxygene
public
  function GetObjects(
    _resultOffset : Integer;
    _resultCount : Integer;
    _filterRect : ITGIS_Extent;
    _format : WideString
  ) : _stream;

Parameters

Name Type Description
_resultOffset int
Integer
data offset
_resultCount int
Integer
records count
_filterRect ITGIS_Extent filter extent rectangle
_format WideString data format

Result

Type Description
_stream Stream with objects
2025/10/17 22:13

Page Tools