This document is archived and information here might be outdated. Recommended version. |
The physical directory for output files.
[Visual Basic .NET] Public Property PhysicalOutputDirectory As String
[C#] public string PhysicalOutputDirectory {get; set;}
[C++]
HRESULT get_PhysicalOutputDirectory(
BSTR dirPath
);
[C++]
HRESULT put_PhysicalOutputDirectory(
System.String* dirPath
);
[C++]
Parameters dirPath [in]
dirPath is a parameter of type BSTR dirPath [out, retval]
dirPath is a parameter of type BSTR*
The PhysicalOutputDirectory method represents the physical directory for output files. This is a path to a local directory where files are placed when executing operations on a GeoDataServer. If the GeoDataServer is running inside ArcGIS for Server, this refers to a directory on the server machine. This value is set when configuring a geodata service inside ArcGIS for Server.