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


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

ICachedRasterFunctionArguments.RequestSizeType Property

The unit of the request size is determined by request size type.

[Visual Basic .NET]
Public Property RequestSizeType As esriRequestSizeType
[C#]
public esriRequestSizeType RequestSizeType {get; set;}
[C++]
HRESULT get_RequestSizeType(
  esriRequestSizeType* pRequestSizeType
);
[C++]
HRESULT put_RequestSizeType(
  esriRequestSizeType pRequestSizeType
);
[C++]

Parameters pRequestSizeType [out, retval]
pRequestSizeType is a parameter of type esriRequestSizeType pRequestSizeType [in]
pRequestSizeType is a parameter of type esriRequestSizeType

Product Availability

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

See Also

ICachedRasterFunctionArguments Interface