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


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

ILayer.SupportedDrawPhases Property

Supported draw phases.

[Visual Basic .NET]
Public ReadOnly Property SupportedDrawPhases As Integer
[C#]
public int SupportedDrawPhases {get;}
[C++]
HRESULT get_SupportedDrawPhases(
  System.Int32* drawPhases
);
[C++]
Parameters
drawPhases [out, retval]

drawPhases is a parameter of type long*

Product Availability

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

Remarks

Indicates the draw phases supported by the layer (esriDPGeography, esriDPAnnotation, esriDPSelection, or any combination of the three). The supported draw phases are defined by esriDrawPhase. When multiple draw phases are supported, the sum of the constants is used. For example, if SupportedDrawPhases3 then the layer supports drawing in the geography and annotation phases.

See Also

ILayer Interface