This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IE > IExportItemsParameters Interface > IExportItemsParameters.OutputFolder Property (ArcObjects .NET 10.5 SDK) |
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