Display class for drawing to any HDC.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Supported Platforms
Windows, Solaris, Linux
Interfaces
| 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. | 
Event Interfaces
| Interfaces | Description | 
|---|---|
| IDisplayEvents (default) | Provides access to members that control Display Events. | 
| ITimeDisplayEvents | Provides access to members that control Display Time Events. | 
Working with Events
[Visual Basic 6.0]
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