ArcObjects Library Reference  (Carto)    

IMapCooker.AddCachedLayers Method

Adds all cached layers in the map cache.

[Visual Basic 6.0]
Sub AddCachedLayers(
    ByVal pMap As IMap _
)
[Visual Basic .NET]
Public Sub AddCachedLayers ( _
    ByVal pMap As IMap _
)
[C#]
public void AddCachedLayers (
    IMap pMap
);
[Java]
public void addCachedLayers (
    IMap pMap
)
throws
    IOException,
    AutomationException
[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