ArcObjects Library Reference  (GlobeCore)    

IGlobeServerSetup.PhysicalCacheDirectory Property

The physical directory for Globe cache.

[Visual Basic 6.0]
Property PhysicalCacheDirectory As String
[Visual Basic .NET]
Public Property PhysicalCacheDirectory As String
[C#]
public string PhysicalCacheDirectory {get; set;}
[Java]
public String getPhysicalCacheDirectory()
throws
    IOException,
    AutomationException
[Java]
public void setPhysicalCacheDirectory(
String PhysicalCacheDirectory
)
throws
    IOException,
    AutomationException
[C++]
HRESULT get_PhysicalCacheDirectory(
  BSTR* pPath
);
[C++]
HRESULT put_PhysicalCacheDirectory(
  BSTR pPath

);

[C++]

Parameters

pPath [out, retval]

  pPath is a parameter of type BSTR

pPath [in]

  pPath is a parameter of type BSTR

Product Availability

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

See Also

IGlobeServerSetup Interface