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


IGlobeLayerProperties5.CacheID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties5.CacheID Property

Unique layer cache ID.

[Visual Basic .NET]
Public ReadOnly Property CacheID As String
[C#]
public string CacheID {get;}
[C++]
HRESULT get_CacheID(
  BSTR* pCacheID
);
[C++]

Parameters pCacheID [out, retval] pCacheID is a parameter of type BSTR

Product Availability

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

See Also

IGlobeLayerProperties5 Interface