ArcObjects Library Reference (DataSourcesRaster)  

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