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


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

IGlobeLayerProperties.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(
  Boolean* validCacheName
);
[C++]
HRESULT put_IsCacheNameValid(
  VARIANT_BOOL validCacheName
);
[C++]
Parameters
validCacheName [out, retval]

validCacheName is a parameter of type bool* validCacheName [in]
validCacheName is a parameter of type bool

Product Availability

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

See Also

IGlobeLayerProperties Interface