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


IRasterStorageDef3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterStorageDef3 Interface
ArcGIS Developer Help

IRasterStorageDef3 Interface

Provides access to members that control raster storage properties.

Product Availability

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

Members

Name Description
Read/write property CellSize The cell size of the raster to be stored.
Read/write property CompressionQuality The compression quality (in case of JPEG compression) to be applied to the raster being stored.
Read/write property CompressionType The compression type to be applied on the raster being stored.
Read/write property CreationOptions A list of format specific creation options (<Name>=<Value>,... ).
Read/write property Origin The origin of the raster to be stored.
Read/write property PyramidLevel The number of pyramid levels.
Read/write property PyramidResampleType The method used for pyramid resampling.
Read/write property Tiled Indicates if output raster dataset should be tiled if applicable.
Read/write property TileHeight The raster storage tile height.
Read/write property TileWidth The raster storage tile width.

Inherited Interfaces

Interfaces Description
IRasterStorageDef2 Provides access to members that control raster storage properties.
IRasterStorageDef Provides access to members that control raster storage properties.

Classes that implement IRasterStorageDef3

Classes Description