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


IExportItemsParameters.OutputFolder Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR pFolder
);
[C++]

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

Product Availability

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

See Also

IExportItemsParameters Interface