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


IGeoDataServerInit.VirtualOutputDirectory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServerInit Interface > IGeoDataServerInit.VirtualOutputDirectory Property
ArcGIS Developer Help

IGeoDataServerInit.VirtualOutputDirectory Property

The virtual directory for output files.

[Visual Basic .NET]
Public Property VirtualOutputDirectory As String
[C#]
public string VirtualOutputDirectory {get; set;}
[C++]
HRESULT get_VirtualOutputDirectory(
  BSTR dirPath
);
[C++]
HRESULT put_VirtualOutputDirectory(
  System.String* dirPath
);
[C++]
Parameters
dirPath [in]

dirPath is a parameter of type BSTR dirPath [out, retval]
dirPath is a parameter of type BSTR*

Product Availability

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

Remarks

The VirtualOutputDirectory property refers to a virtual directory where output files are placed when executing operations on a GeoDataServer. This value is set when configuring a geodata service inside ArcGIS for Server.

The VirtualOutputDirectory should reference the same directory as the PhysicalOutputDirectory.

See Also

IGeoDataServerInit Interface