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


IGeoAnalysisEnvironment.OutWorkspace Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

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 [out, retval]
Workspace is a parameter of type IWorkspace Workspace [in]
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

.NET Related Topics

Converting data using GeoAnalyst objects | Executing a map algebra expression | GeoAnalyst | Working with the analysis environment