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


IGPUtilities2.GetInMemoryWorkspace Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPUtilities2.GetInMemoryWorkspace Method

Get the virtual workspace.

[Visual Basic .NET]
Public Function GetInMemoryWorkspace ( _
) As IWorkspace
[C#]
public IWorkspace GetInMemoryWorkspace (
);
[C++]
HRESULT GetInMemoryWorkspace(
  IWorkspace** ppWorkspace
);
[C++]

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

Product Availability

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

See Also

IGPUtilities2 Interface