This document is archived and information here might be outdated. Recommended version. |
Initialize the cache manager with the given map and layer.
[Visual Basic .NET] Public Sub Init ( _ ByVal Map As IMap, _ ByVal Layer As ILayer _ )
[C#] public void Init ( IMap Map, ILayer Layer );
[C++]
HRESULT Init(
IMap* Map,
ILayer* Layer
);
[C++]
Parameters Map [in]
Map is a parameter of type IMap* Layer [in]
Layer is a parameter of type ILayer*
Calling any of the DynamicCacheLayerManager methods or properties before calling Init will result in an exception!