|  | This document is archived and information here might be outdated. Recommended version. | 
The path to the layer cache, with the option to avoid overwriting.
[Visual Basic .NET]
Public Sub set_NewCacheName ( _
    ByVal CacheName As String, _
    ByVal A_2 As Boolean _
)
[C#]
public void set_NewCacheName (
    string CacheName,
    bool A_2
);
[C++]
HRESULT put_NewCacheName(
  BSTR CacheName,
  VARIANT_BOOL 
);
[C++] Parameters CacheName [in]
CacheName is a parameter of type BSTR [in]
is a parameter of type bool