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


IGlobeLayerProperties4.InitCacheName Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeLayerProperties4.InitCacheName Method

Initializes the cache name.

[Visual Basic .NET]
Public Sub InitCacheName ( _
    ByVal pGlobe As IGlobe, _
    ByVal pLayer As ILayer, _
    ByVal bOverwrite As Boolean _
)
[C#]
public void InitCacheName (
    IGlobe pGlobe,
    ILayer pLayer,
    bool bOverwrite
);
[C++]
HRESULT InitCacheName(
  IGlobe* pGlobe,
  ILayer* pLayer,
  VARIANT_BOOL bOverwrite
);
[C++]

Parameters pGlobe [in]
pGlobe is a parameter of type IGlobe pLayer [in]
pLayer is a parameter of type ILayer bOverwrite [in] bOverwrite is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeLayerProperties4 Interface