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


IGlobeServerSetup.PhysicalOutputDirectory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeServerSetup Interface > IGlobeServerSetup.PhysicalOutputDirectory Property
ArcGIS Developer Help

IGlobeServerSetup.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 pPath
);
[C++]
HRESULT put_PhysicalOutputDirectory(
  System.String* pPath
);
[C++]
Parameters
pPath [in]

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

Product Availability

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

See Also

IGlobeServerSetup Interface