This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILayer Interface > ILayer.SupportedDrawPhases Property (ArcObjects .NET 10.4 SDK) |
Supported draw phases.
[Visual Basic .NET] Public ReadOnly Property SupportedDrawPhases As Integer
[C#] public int SupportedDrawPhases {get;}
[C++]
HRESULT get_SupportedDrawPhases(
long* drawPhases
);
[C++]
Parameters drawPhases [out, retval] drawPhases is a parameter of type long
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 SupportedDrawPhases = 3 then the layer supports drawing in the geography and annotation phases.