This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByRadiometryParameters Interface > IBuildFootprintsByRadiometryParameters.RequestSize Property (ArcObjects .NET 10.4 SDK) |
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(
long pRequestSize
);
[C++]
Parameters pRequestSize [out, retval] pRequestSize is a parameter of type long pRequestSize [in] pRequestSize is a parameter of type long