This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > ICompositeGraphicsLayer2 Interface > ICompositeGraphicsLayer2.DrawDefault Method (ArcObjects .NET 10.5 SDK) |
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