DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer.GetObjects_2 | Methods | Properties
Get objects from ids list from layer.
// 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;
| Name | Type | Description |
|---|---|---|
| _objectIds | WideString | list of ids |
| _filterRect | ITGIS_Extent | extent rectangle |
| Type | Description |
|---|---|
| _stream | Stream with objects |