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


IMosaicDatasetOperation2.DefaultCacheWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicDatasetOperation2 Interface > IMosaicDatasetOperation2.DefaultCacheWorkspace Property
ArcGIS Developer Help

IMosaicDatasetOperation2.DefaultCacheWorkspace Property

The default workspace for storing cached datasets associated with the mosaic dataset.

[Visual Basic .NET]
Public ReadOnly Property DefaultCacheWorkspace As IWorkspaceName
[C#]
public IWorkspaceName DefaultCacheWorkspace {get;}
[C++]
HRESULT get_DefaultCacheWorkspace(
  IWorkspaceName** ppDefaultCacheWorkspaceName
);
[C++]
Parameters
ppDefaultCacheWorkspaceName [out, retval]

ppDefaultCacheWorkspaceName is a parameter of type IWorkspaceName**

Product Availability

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

See Also

IMosaicDatasetOperation2 Interface