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


IGeoAnalysisEnvironment.OutWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeoAnalysisEnvironment Interface > IGeoAnalysisEnvironment.OutWorkspace Property
ArcGIS Developer Help

IGeoAnalysisEnvironment.OutWorkspace Property

The output workspace of GeoAnalysis.

[Visual Basic .NET]
Public Property OutWorkspace As IWorkspace
[C#]
public IWorkspace OutWorkspace {get; set;}
[C++]
HRESULT get_OutWorkspace(
  IWorkspace* Workspace
);
[C++]
HRESULT putref_OutWorkspace(
  IWorkspace** Workspace
);
[C++]
Parameters
Workspace [in]

Workspace is a parameter of type IWorkspace* Workspace [out, retval]
Workspace is a parameter of type IWorkspace**

Product Availability

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

Remarks

The variable is an object specifying the directory or subdirectory to contain the output rasterdataset

See Also

IGeoAnalysisEnvironment Interface