ArcObjects Library Reference (Carto)  

IRasterLayerExport2.StorageDef Property

The raster storage definition for exported raster dataset.

[Visual Basic .NET]
Public WriteOnly Property StorageDef
[C#]
public void StorageDef {set;}
[C++]
HRESULT putref_StorageDef(
  IRasterStorageDef* 
);
[C++]

Parameters

[in]

   is a parameter of type IRasterStorageDef

Product Availability

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

Remarks

The StorageDef method allows to specify the storage properties for the output dataset (most applicable for a geodatabase raster output) such as compression, pyramid resampling method etc.

See Also

IRasterLayerExport2 Interface