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


IRasterCatalogLoader.Workspace Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.Workspace Property

The GeoDatabase workspace.

[Visual Basic .NET]
Public Property Workspace As IWorkspace
[C#]
public IWorkspace Workspace {get; set;}
[C++]
HRESULT get_Workspace(
  IWorkspace** pWorkspace
);
[C++]
HRESULT putref_Workspace(
  IWorkspace* pWorkspace
);
[C++]

Parameters pWorkspace [out, retval]
pWorkspace is a parameter of type IWorkspace pWorkspace [in]
pWorkspace is a parameter of type IWorkspace

Product Availability

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

See Also

IRasterCatalogLoader Interface