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


IGlobeLayerProperties4.IsCacheNameValid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.IsCacheNameValid Property

Indicates if the path to the layer cache is valid.

[Visual Basic .NET]
Public Property IsCacheNameValid As Boolean
[C#]
public bool IsCacheNameValid {get; set;}
[C++]
HRESULT get_IsCacheNameValid(
  VARIANT_BOOL* validCacheName
);
[C++]
HRESULT put_IsCacheNameValid(
  VARIANT_BOOL validCacheName
);
[C++]

Parameters validCacheName [out, retval] validCacheName is a parameter of type VARIANT_BOOL validCacheName [in] validCacheName is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface