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


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

IExportItemsParameters.OutputFolder Property

The output folder.

[Visual Basic .NET]
Public Property OutputFolder As String
[C#]
public string OutputFolder {get; set;}
[C++]
HRESULT get_OutputFolder(
  BSTR pFolder
);
[C++]
HRESULT put_OutputFolder(
  System.String* pFolder
);
[C++]
Parameters
pFolder [in]

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

Product Availability

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

See Also

IExportItemsParameters Interface