Draw the contents of the display list to the specified IDisplay, using an optional envelope to restrict what is drawn. The client is responsible for calling StartDrawing and FinishDrawing on the IDisplay.
ERROR: Syntax information about IDisplayList.Draw may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll
[C++]
HRESULT Draw(
IDisplay* Display,
ITrackCancel* TrackCancel,
IEnvelope* Envelope
);
[C++]Parameters
Display [in]Display is a parameter of type IDisplay
TrackCancel [in]TrackCancel is a parameter of type ITrackCancel
Envelope [in]Envelope is a parameter of type IEnvelope
Product Availability
Available with ArcGIS Engine and ArcGIS Desktop.