ArcObjects Library Reference (Carto)  

IMapServerInit2.SOMCacheDirectory Property

The parent directory for cache files.

[Visual Basic .NET]
Public Property SOMCacheDirectory As String
[C#]
public string SOMCacheDirectory {get; set;}
[C++]
HRESULT get_SOMCacheDirectory(
  BSTR* pCacheDir
);
[C++]
HRESULT put_SOMCacheDirectory(
  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