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 );
IScratchWorkspaceFactory.CurrentScratchWorkspace will return NULL if the default scratch workspace has not been created yet. Otherwise it will return the default scratch workspace.