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


IOverviewItemURI.StorageName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IO > IOverviewItemURI Interface > IOverviewItemURI.StorageName Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IOverviewItemURI Interface