ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.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

IGlobeLayerProperties5 Interface