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


IOverviewImageParameters.StorageDef Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewImageParameters.StorageDef Property

The raster storage definition.

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

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

Product Availability

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

See Also

IOverviewImageParameters Interface