ArcObjects Library Reference (Carto)  

ILayerDrawingPhase Interface

Provides access to members that control the drawing phase of a layer.

Product Availability

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

Members

Description
Read/write property DrawPhase Draw phase in which layer is drawn.

CoClasses that implement ILayerDrawingPhase

CoClasses and Classes Description
CadAnnotationLayer An Esri Cad annotation layer.
CoverageAnnotationLayer An Esri coverage annotation layer.
FDOGraphicsLayer A collection of properties for an annotation layer (feature data object graphics layer).
FDOGraphicsSublayer A collection of properties for an annotation sublayer layer (feature data object graphics sublayer).

Remarks

ILayerDrawingPhase is implemented by annotation layers that support main drawing in either the esriDPAnnotation or esriDPGeography phases.  Prior to the ArcGIS 9.0 release, these layers always drew in esriDPAnnotation.  Set the draw phase to esriDPGeography to change the layer so that it draws in the geography phase like regular FeatureLayers (aka Table of Contents order).