ArcObjects Library Reference (GlobeCore)  

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

IGlobeLayerProperties Interface