ESRI.ArcGIS.ADF.Local
SupportedDrawPhases Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : SupportedDrawPhases Property




Supported draw phases.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property SupportedDrawPhases As Integer
Visual Basic (Usage)Copy Code
Dim instance As BaseDynamicLayer
Dim value As Integer
 
value = instance.SupportedDrawPhases
C# 
public virtual int SupportedDrawPhases {get;}

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

© 2010 All Rights Reserved.