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


IGlobeLayerProperties2.NewCacheName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.NewCacheName Property
ArcGIS Developer Help

IGlobeLayerProperties2.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 bool

Product Availability

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

See Also

IGlobeLayerProperties2 Interface