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




DynamicDrawPhase
the current drawphase of the drawing
Display
the ActiveView's display
DynamicDisplay
the ActiveView's dynamic display
The dynamic layer draw method. You should implement this method in order to allow you layer to draw while the map is in dynamic mode

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub DrawDynamicLayer( _
   ByVal DynamicDrawPhase As ESRI.ArcGIS.Display.esriDynamicDrawPhase, _
   ByVal Display As ESRI.ArcGIS.Display.IDisplay, _
   ByVal DynamicDisplay As ESRI.ArcGIS.Display.IDynamicDisplay _
) 
Visual Basic (Usage)Copy Code
Dim instance As BaseDynamicLayer
Dim DynamicDrawPhase As ESRI.ArcGIS.Display.esriDynamicDrawPhase
Dim Display As ESRI.ArcGIS.Display.IDisplay
Dim DynamicDisplay As ESRI.ArcGIS.Display.IDynamicDisplay
 
instance.DrawDynamicLayer(DynamicDrawPhase, Display, DynamicDisplay)
C# 
public abstract void DrawDynamicLayer( 
   ESRI.ArcGIS.Display.esriDynamicDrawPhase DynamicDrawPhase,
   ESRI.ArcGIS.Display.IDisplay Display,
   ESRI.ArcGIS.Display.IDynamicDisplay DynamicDisplay
)

Parameters

DynamicDrawPhase
the current drawphase of the drawing
Display
the ActiveView's display
DynamicDisplay
the ActiveView's dynamic display

Remarks

This method is set as abstract, which means that the inherited class must override it

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.