Draws the default graphics layer.
[Visual Basic 6.0] Sub DrawDefault(
ByVal DrawPhase As esriDrawPhase, _
ByVal Display As IDisplay, _
ByVal TrackCancel As ITrackCancel _
)
[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 );
[Java] public void drawDefault ( esriDrawPhase DrawPhase, IDisplay Display, ITrackCancel TrackCancel ) throws IOException, AutomationException
[C++] HRESULT DrawDefault( esriDrawPhase DrawPhase, IDisplay* Display, ITrackCancel* TrackCancel );
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