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


IOverviewItemURI.StorageName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewItemURI.StorageName Property

Name of the storage location for the overview raster dataset.

[Visual Basic .NET]
Public Property StorageName As IName
[C#]
public IName StorageName {get; set;}
[C++]
HRESULT get_StorageName(
  IName** ppStorageName
);
[C++]
HRESULT putref_StorageName(
  IName* ppStorageName
);
[C++]

Parameters ppStorageName [out, retval]
ppStorageName is a parameter of type IName ppStorageName [in]
ppStorageName is a parameter of type IName

Product Availability

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

See Also

IOverviewItemURI Interface