ArcObjects Library Reference (Carto)  

IMapCooker.Generate Method

Fully generates cache for a given layer.

[Visual Basic .NET]
Public Sub Generate ( _
    ByVal pMap As IMap, _
    ByVal pLayer As ILayer, _
    ByVal pDisplay As IDisplay, _
    ByVal pTrackCancel As ITrackCancel _
)
[C#]
public void Generate (
    IMap pMap,
    ILayer pLayer,
    IDisplay pDisplay,
    ITrackCancel pTrackCancel
);
[C++]
HRESULT Generate(
  IMap* pMap,
  ILayer* pLayer,
  IDisplay* pDisplay,
  ITrackCancel* pTrackCancel
);
[C++]

Parameters

pMap [in]

  pMap is a parameter of type IMap

pLayer [in]

  pLayer is a parameter of type ILayer

pDisplay [in]

  pDisplay is a parameter of type IDisplay

pTrackCancel [in]

  pTrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IMapCooker Interface