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


ICachedRasterFunctionArguments Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICachedRasterFunctionArguments Interface
ArcGIS Developer Help

ICachedRasterFunctionArguments Interface

Provides access to members that control cached (item cache) function arguments.

Product Availability

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

Members

Name Description
Read/write property CacheBaseName Name used for generating the CacheFileName. GUID is used if this is not specified.
Read/write property ClippingGeometry The clipping geometry that defines regions of valid pixels. This geometry may have a coordinate system different from the corresponding dataset.
Read/write property CompressionQuality The compression quality.
Read/write property CompressionType The compression type.
Read/write property MaxAllowedInputCols The maximum number of cols allowed in the input raster for generating the cache.
Read/write property MaxAllowedInputRows The maximum number of rows allowed in the input raster for generating the cache.
Read/write property Raster The input raster.
Read/write property RequestSize The request size used for resampling the item cache.
Read/write property RequestSizeType The unit of the request size is determined by request size type.

Classes that implement ICachedRasterFunctionArguments

Classes Description
CachedRasterFunctionArguments The cached raster function arguments.