ESRI.ArcGIS.ADF.Local
Draw Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer 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 esriDrawPhase, _
   ByVal Display As IDisplay, _
   ByVal trackCancel As ITrackCancel _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomGlobeLayer
Dim drawPhase As esriDrawPhase
Dim Display As IDisplay
Dim trackCancel As ITrackCancel
 
instance.Draw(drawPhase, Display, trackCancel)
C# 
public virtual void Draw( 
   esriDrawPhase drawPhase,
   IDisplay Display,
   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.

See Also

© 2010 All Rights Reserved.