This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeLayerProperties4 Interface > IGlobeLayerProperties4.InitCacheName Method (ArcObjects .NET 10.5 SDK) |
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