ArcObjects Library Reference  (Carto)    

IMapServerInit2.SOMCacheDirectory Property

The parent directory for cache files.

[Visual Basic 6.0]
Property SOMCacheDirectory As String
[Visual Basic .NET]
Public Property SOMCacheDirectory As String
[C#]
public string SOMCacheDirectory {get; set;}
[Java]
public String getSOMCacheDirectory()
throws
    IOException,
    AutomationException
[Java]
public void setSOMCacheDirectory(
String SOMCacheDirectory
)
throws
    IOException,
    AutomationException
[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