Supported draw phases.
[Visual Basic 6.0] Property SupportedDrawPhases As Long
[Visual Basic .NET] Public ReadOnly Property SupportedDrawPhases As Integer
[C#] public int SupportedDrawPhases {get;}
[Java] public int getSupportedDrawPhases() throws IOException, AutomationException
[C++]
HRESULT get_SupportedDrawPhases(
long* drawPhases
);
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.