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


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

IMapCooker.Draw Method

Draws a given layer to the specified display.

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

Parameters 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