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


IMapServerInit.PhysicalOutputDirectory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInit Interface > IMapServerInit.PhysicalOutputDirectory Property
ArcGIS Developer Help

IMapServerInit.PhysicalOutputDirectory Property

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*

Product Availability

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

See Also

IMapServerInit Interface