This document is archived and information here might be outdated. Recommended version. |
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 bool