User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_arcgisfeatureserverlayer.getobjects_2_widestring_itgis_extent

Table of Contents

ITGIS_ArcGISFeatureServerLayer.GetObjects_2 method

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

Get objects from ids list from layer.

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

Syntax

// C#
public _stream GetObjects_2(
  WideString _objectIds,
  ITGIS_Extent _filterRect
);
' VisualBasic
Public Function GetObjects_2(
  ByVal _objectIds As WideString,
  ByVal _filterRect As ITGIS_Extent
) As _stream
// Oxygene
public
  function GetObjects_2(
    _objectIds : WideString;
    _filterRect : ITGIS_Extent
  ) : _stream;

Parameters

Name Type Description
_objectIds WideString list of ids
_filterRect ITGIS_Extent extent rectangle

Result

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

Page Tools