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