This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties5 Interface > IGlobeLayerProperties5.NewCacheName Property (ArcObjects .NET 10.5 SDK) |
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