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


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

ICachedRasterFunctionArguments.RequestSize Property

The request size used for resampling the item cache.

[Visual Basic .NET]
Public Property RequestSize As Double
[C#]
public double RequestSize {get; set;}
[C++]
HRESULT get_RequestSize(
  double* pRequestSize
);
[C++]
HRESULT put_RequestSize(
  double pRequestSize
);
[C++]

Parameters pRequestSize [out, retval] pRequestSize is a parameter of type double pRequestSize [in] pRequestSize is a parameter of type double

Product Availability

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

See Also

ICachedRasterFunctionArguments Interface