View draw phase options.
| Constant | Value | Description |
|---|---|---|
| esriViewNone | 0 | Draws nothing. |
| esriViewBackground | 1 | Draws the background. |
| esriViewGeography | 2 | Draws the geography. |
| esriViewGeoSelection | 4 | Draws the selected geography. |
| esriViewGraphics | 8 | Draws the annotation. |
| esriViewGraphicSelection | 16 | Draws the selected annotation. |
| esriViewForeground | 32 | Draws the foreground. |
| esriViewInitialized | 64 | View initialized: AfterDraw event only. |
| esriViewAll | 255 | Draws everything. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IActiveView.ScreenCacheID Property | esriViewDrawPhase Constants | IActiveView.Refresh Method | IActiveView.PartialRefresh Method | IScreenDisplay.Invalidate Method