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


IOverviewTileParameters.WorkspaceName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IOverviewTileParameters.WorkspaceName Property

The workspace name where overview raster datasets are generated and stored.

[Visual Basic .NET]
Public Property WorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName WorkspaceName {get; set;}
[C++]
HRESULT get_WorkspaceName(
  IWorkspaceName** ppOverviewWorkspaceName
);
[C++]
HRESULT putref_WorkspaceName(
  IWorkspaceName* ppOverviewWorkspaceName
);
[C++]

Parameters ppOverviewWorkspaceName [out, retval]
ppOverviewWorkspaceName is a parameter of type IWorkspaceName ppOverviewWorkspaceName [in]
ppOverviewWorkspaceName is a parameter of type IWorkspaceName

Product Availability

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

See Also

IOverviewTileParameters Interface