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


IImageServerInit2.OutputDirectory Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IImageServerInit2.OutputDirectory Property

The physical directory for output files.

[Visual Basic .NET]
Public Property OutputDirectory As String
[C#]
public string OutputDirectory {get; set;}
[C++]
HRESULT get_OutputDirectory(
  BSTR* pPath
);
[C++]
HRESULT put_OutputDirectory(
  BSTR pPath
);
[C++]

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

Product Availability

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

See Also

IImageServerInit2 Interface