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


IGPUtilities.Workspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPUtilities Interface > IGPUtilities.Workspace Property
ArcGIS Developer Help

IGPUtilities.Workspace Property

Sets the path to the current workspace.

[Visual Basic .NET]
Public Property Workspace As String
[C#]
public string Workspace {get; set;}
[C++]
HRESULT get_Workspace(
  BSTR workPath
);
[C++]
HRESULT put_Workspace(
  System.String* workPath
);
[C++]
Parameters
workPath [in]

workPath is a parameter of type BSTR workPath [out, retval]
workPath is a parameter of type BSTR*

Product Availability

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

See Also

IGPUtilities Interface