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


IMapServerObjectLANProxy.PhysicalCacheDirectory Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IMapServerObjectLANProxy.PhysicalCacheDirectory Property

The physical directory for cache files.

[Visual Basic .NET]
Public ReadOnly Property PhysicalCacheDirectory As String
[C#]
public string PhysicalCacheDirectory {get;}
[C++]
HRESULT get_PhysicalCacheDirectory(
  System.String* pCacheDir
);
[C++]

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

Product Availability

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

See Also

IMapServerObjectLANProxy Interface