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


IMapCooker.AddCachedLayers Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapCooker.AddCachedLayers Method

Adds all cached layers in the map cache.

[Visual Basic .NET]
Public Sub AddCachedLayers ( _
    ByVal pMap As IMap _
)
[C#]
public void AddCachedLayers (
    IMap pMap
);
[C++]
HRESULT AddCachedLayers(
  IMap* pMap
);
[C++]

Parameters pMap [in]
pMap is a parameter of type IMap

Product Availability

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

See Also

IMapCooker Interface