This document is archived and information here might be outdated.  Recommended version.


IBuildFootprintsByRadiometryParameters.RequestSize Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBuildFootprintsByRadiometryParameters.RequestSize Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IBuildFootprintsByRadiometryParameters Interface