ArcObjects Library Reference (Carto)  

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