ArcObjects Library Reference (GlobeCore)  

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(
  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

IGlobeLayerProperties Interface