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


IMapServerInit2.SOMCacheDirectory Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServerInit2 Interface > IMapServerInit2.SOMCacheDirectory Property
ArcGIS Developer Help

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

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

Product Availability

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

See Also

IMapServerInit2 Interface