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


IBuildFootprintsByRadiometryParameters.RequestSize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBuildFootprintsByRadiometryParameters Interface > IBuildFootprintsByRadiometryParameters.RequestSize Property
ArcGIS Developer Help

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(
  System.Int32* pRequestSize
);
[C++]
Parameters
pRequestSize [in]

pRequestSize is a parameter of type long pRequestSize [out, retval]
pRequestSize is a parameter of type long*

Product Availability

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

See Also

IBuildFootprintsByRadiometryParameters Interface