This document is archived and information here might be outdated. Recommended version. |
The recommended number of pixels (in any one dimension) of the resampled raster requested off the dataset associated with each selected item. A lower value in this parameter translates to a lower resolution raster and results in a coarser footprint geometry.
[Visual Basic .NET]
Public Property RequestSize As Integer
[C#]
public int RequestSize {get; set;}
[C++]
HRESULT get_RequestSize(
long pRequestSize
);
[C++]
HRESULT put_RequestSize(
System.Int32* pRequestSize
);
[C++] Parameters pRequestSize [in]
pRequestSize is a parameter of type long pRequestSize [out, retval]
pRequestSize is a parameter of type long*