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


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

IGlobeLayerProperties.CacheName Property

The path to the layer cache.

[Visual Basic .NET]
Public Property CacheName As String
[C#]
public string CacheName {get; set;}
[C++]
HRESULT get_CacheName(
  System.String* pCacheName
);
[C++]
HRESULT put_CacheName(
  BSTR pCacheName
);
[C++]
Parameters
pCacheName [out, retval]

pCacheName is a parameter of type BSTR* pCacheName [in]
pCacheName is a parameter of type BSTR

Product Availability

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

See Also

IGlobeLayerProperties Interface