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


IMapServerInit2.PhysicalCacheDirectory Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapServerInit2.PhysicalCacheDirectory Property

The physical directory for cache files.

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

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

Product Availability

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

See Also

IMapServerInit2 Interface