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


IGlobeLayerProperties2.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 > IGlobeLayerProperties2 Interface > IGlobeLayerProperties2.CacheID Property
ArcGIS Developer Help

IGlobeLayerProperties2.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.

Description

Disk caching creates a set of temporary files, or cache, for each layer in the ArcGlobe document. The name of a layer's disk cache is a concatenation of its display name and global unique identifier (GUID).

This method returns the GUID portion of the layer's disk cache name.

See Also

IGlobeLayerProperties2 Interface