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