This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Classes > S > SimpleDisplay CoClass (ArcObjects .NET 10.4 SDK) |
Display class for drawing to any HDC.
Interfaces | Description |
---|---|
IConnectionPointContainer (esriDisplay) | Supports connection points for connectable objects. |
IDisplay | Provides access to members that control the Display. |
IDisplayFiltersControl | Provides access to members that control filters the Display. |
IDraw | Provides access to members that control drawing. |
ITimeDisplay | Provides access to members that control the Time Extent. |
ITimeDisplay2 | Provides access to members that control the Time Extent. |
Interfaces | Description |
---|---|
IDisplayEvents (default) | Provides access to members that control Display Events. |
ITimeDisplayEvents | Provides access to members that control Display Time Events. |
When working with SimpleDisplay's default outbound interface in Visual Basic 6 declare variables as follows:
Private WithEvents pSimpleDisplay as SimpleDisplay
When implementing ITimeDisplayEvents declare variables as follows:
Private WithEvents pTimeDisplayEvents as TimeDisplayEvents