This document is archived and information here might be outdated. Recommended version. |
Draws the default graphics layer.
[Visual Basic .NET] Public Sub DrawDefault ( _ ByVal DrawPhase As esriDrawPhase, _ ByVal Display As IDisplay, _ ByVal TrackCancel As ITrackCancel _ )
[C#] public void DrawDefault ( esriDrawPhase DrawPhase, IDisplay Display, ITrackCancel TrackCancel );
[C++]
HRESULT DrawDefault(
esriDrawPhase DrawPhase,
IDisplay* Display,
ITrackCancel* TrackCancel
);
[C++] Parameters DrawPhase [in]
DrawPhase is a parameter of type esriDrawPhase Display [in]
Display is a parameter of type IDisplay* TrackCancel [in]
TrackCancel is a parameter of type ITrackCancel*