This document is archived and information here might be outdated.  Recommended version.


IDynamicDisplay2 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDynamicDisplay2 Interface
ArcGIS Developer Help

IDynamicDisplay2 Interface

Provides access to Dynamic Display.

Product Availability

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

Members

Name 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.

Classes that implement IDynamicDisplay2

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