ArcObjects Library Reference (Display)  

IDynamicDisplay2 Interface

Provides access to Dynamic Display.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Description
Method DeleteDynamicDrawing Delete a dynamic drawing.
Method DrawLine Draws a line between the specified points on the dynamic display.
Method DrawMarker Draws a marker at the specified point on the dynamic display.
Method DrawMultipleLines Draws specified lines on the dynamic display.
Method DrawMultipleMarkers Draws a marker at the specified points on the dynamic display.
Method DrawPolygon Draws specified polygon with fill and line on the dynamic display.
Method DrawPolyline Draws specified polyline on the dynamic display.
Method DrawRectangle Draws specified rectangle with fill and line on the dynamic display.
Method DrawText Draws text at the specified point on the dynamic display.
Read-only property DynamicGlyphFactory Retrieves the dynamic glyph factory.
Method InsertDynamicDrawing Add a dynamic drawing to the display at the specified Z order.
Method Locate Locate named objects in the display. Provides a mechanism for hit-test, selection etc.
Read-only property SelectionIdentifier Allocate a unique index to be used with dynamic selection.
Read/write property SupportStaticDrawing Indicates whether display supports static drawing such as lables and graphics.

Inherited Interfaces

Interfaces Description
IDynamicDisplay Provides access to Dynamic Display.

CoClasses that implement IDynamicDisplay2

CoClasses and Classes Description
DynamicDisplay (esriCarto) Dynamic display class, used by the dynamic map.