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


IExportGeometryParameters.OutWorkspace Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportGeometryParameters Interface > IExportGeometryParameters.OutWorkspace Property
ArcGIS Developer Help

IExportGeometryParameters.OutWorkspace Property

The output workspace.

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

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

Product Availability

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

See Also

IExportGeometryParameters Interface