This document is archived and information here might be outdated. Recommended version. |
Creates and returns a new scratch workspace.
[Visual Basic .NET] Public Function CreateNewScratchWorkspace ( _ ) As IWorkspace
[C#] public IWorkspace CreateNewScratchWorkspace ( );
[C++]
HRESULT CreateNewScratchWorkspace(
void
);
IScratchWorkspaceFactory is used to create temporary personal geodatabases in the current user's temporary directory.
Workspaces created by IScratchWorkspaceFactory.CreateNewScratchWorkspace will be automatically deleted when the last reference to them is released.