ESRI.ArcGIS.ADF.Local
Draw Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : Draw Method




drawPhase
Display
trackCancel
Draws the layer to the specified display for the given draw phase.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub Draw( _
   ByVal drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase, _
   ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
   ByVal trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseDynamicLayer
Dim drawPhase As ESRI.ArcGIS.esriSystem.esriDrawPhase
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim trackCancel As ESRI.ArcGIS.esriSystem.ITrackCancel
 
instance.Draw(drawPhase, Display, trackCancel)
C# 
public virtual void Draw( 
   ESRI.ArcGIS.esriSystem.esriDrawPhase drawPhase,
   ESRI.ArcGIS.Display.IDisplay Display,
   ESRI.ArcGIS.esriSystem.ITrackCancel trackCancel
)

Parameters

drawPhase
Display
trackCancel

Remarks

This method draws the layer to the Display for the specified DrawPhase. Use the TrackCancel object to allow the drawing of the layer to be interrupted by the user. In order to implement you inheriting class, you must override this method

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.