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


IGlobeLayerProperties4.NewCacheName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.NewCacheName Property

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 VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface