ArcObjects Library Reference (DataSourcesRaster)  

ICachedRasterFunctionArguments Interface

Provides access to members that control Band Arithmetic function arguments.

Product Availability

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

Members

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.

CoClasses that implement ICachedRasterFunctionArguments

CoClasses and Classes Description
CachedRasterFunctionArguments The cached raster function arguments.