ArcObjects Library Reference  (GeoDatabaseDistributed)    

IGeoDataServerInit.PhysicalOutputDirectory Property

The physical directory for output files.

[Visual Basic 6.0]
Property PhysicalOutputDirectory As String
[Visual Basic .NET]
Public Property PhysicalOutputDirectory As String
[C#]
public string PhysicalOutputDirectory {get; set;}
[Java]
public String getPhysicalOutputDirectory()
throws
    IOException,
    AutomationException
[Java]
public void setPhysicalOutputDirectory(
String PhysicalOutputDirectory
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PhysicalOutputDirectory(
  BSTR* dirPath
);
[C++]
HRESULT put_PhysicalOutputDirectory(
  BSTR dirPath

);

[C++]

Parameters

dirPath [out, retval]

  dirPath is a parameter of type BSTR

dirPath [in]

  dirPath is a parameter of type BSTR

Product Availability

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

Remarks

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 server, this refers to a directory on the server machine. This value is set when configuring a geodata service inside ArcGIS server.

See Also

IGeoDataServerInit Interface