ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.ClearInMemoryWorkspace Method

Clear the virtual workspace.

[Visual Basic .NET]
Public Sub ClearInMemoryWorkspace ( _
)
[C#]
public void ClearInMemoryWorkspace (
);
[C++]
HRESULT ClearInMemoryWorkspace(
void
);

Product Availability

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

See Also

IGPUtilities2 Interface