This document is archived and information here might be outdated.  Recommended version.


IDynamicCacheLayerManager.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > ID > IDynamicCacheLayerManager Interface > IDynamicCacheLayerManager.Init Method
ArcGIS Developer Help

IDynamicCacheLayerManager.Init Method

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*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Calling any of the DynamicCacheLayerManager methods or properties before calling Init will result in an exception!

See Also

IDynamicCacheLayerManager Interface

.NET Samples

Dynamic cache layer manager controller