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


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

IGlobeLayerProperties4.CacheID Property

Unique layer cache ID.

[Visual Basic .NET]
Public ReadOnly Property CacheID As String
[C#]
public string CacheID {get;}
[C++]
HRESULT get_CacheID(
  System.String* 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

IGlobeLayerProperties4 Interface