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


IRasterLayerExport2.StorageDef Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterLayerExport2 Interface > IRasterLayerExport2.StorageDef Property
ArcGIS Developer Help

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