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


IExportGeometryParameters.OutWorkspace Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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

Product Availability

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

See Also

IExportGeometryParameters Interface