DK for ActiveX | TatukGIS_XDK11.ITGIS_ArcGISFeatureServerLayer.GetObjects | Methods | Properties
Get objects from a page of data.
// 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;
| Name | Type | Description |
|---|---|---|
| _resultOffset | int Integer | data offset |
| _resultCount | int Integer | records count |
| _filterRect | ITGIS_Extent | filter extent rectangle |
| _format | WideString | data format |
| Type | Description |
|---|---|
| _stream | Stream with objects |