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


ILayerDrawingPhase Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayerDrawingPhase Interface
ArcGIS Developer Help

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

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

Classes that implement ILayerDrawingPhase

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