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


IRasterDatasetInfo.StorageDef Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetInfo.StorageDef Property

The GeoDatabase raster storage definition.

[Visual Basic .NET]
Public ReadOnly Property StorageDef As IRasterStorageDef
[C#]
public IRasterStorageDef StorageDef {get;}
[C++]
HRESULT get_StorageDef(
  IRasterStorageDef** StorageDef
);
[C++]

Parameters StorageDef [out, retval]
StorageDef is a parameter of type IRasterStorageDef

Product Availability

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

See Also

IRasterDatasetInfo Interface