ArcObjects Library Reference (Carto)  

ILayer.SupportedDrawPhases Property

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

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 SupportedDrawPhases 3 then the layer supports drawing in the geography and annotation phases.

See Also

ILayer Interface