ArcObjects Library Reference  (GeoDatabase)    

IScratchWorkspaceFactory2.CurrentScratchWorkspace Property

The current scratch workspace.

[Visual Basic 6.0]
Property CurrentScratchWorkspace As IWorkspace
[Visual Basic .NET]
Public ReadOnly Property CurrentScratchWorkspace As IWorkspace
[C#]
public IWorkspace CurrentScratchWorkspace {get;}
[Java]
public IWorkspace getCurrentScratchWorkspace()
throws
    IOException,
    AutomationException
[C++]
HRESULT get_CurrentScratchWorkspace(
  IWorkspace** Workspace
);
[C++]

Parameters

Workspace [out, retval]

  Workspace is a parameter of type IWorkspace

Product Availability

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

Remarks

IScratchWorkspaceFactory.CurrentScratchWorkspace will return NULL if the default scratch workspace has not been created yet.  Otherwise it will return the default scratch workspace.

See Also

IScratchWorkspaceFactory2 Interface

 


Feedback Send feedback on this page