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


ILayerDrawingPhase.DrawPhase Property (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 > ILayerDrawingPhase.DrawPhase Property
ArcGIS Developer Help

ILayerDrawingPhase.DrawPhase Property

Draw phase in which layer is drawn.

[Visual Basic .NET]
Public Property DrawPhase As esriDrawPhase
[C#]
public esriDrawPhase DrawPhase {get; set;}
[C++]
HRESULT get_DrawPhase(
  esriDrawPhase* pDrawPhase
);
[C++]
HRESULT put_DrawPhase(
  esriDrawPhase pDrawPhase
);
[C++]
Parameters
pDrawPhase [out, retval]

pDrawPhase is a parameter of type esriDrawPhase* pDrawPhase [in]
pDrawPhase is a parameter of type esriDrawPhase

Product Availability

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

See Also

ILayerDrawingPhase Interface