ESRI.ArcGIS.ADF.Local | |
SupportedDrawPhases Property | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseDynamicLayer Class : SupportedDrawPhases Property |
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;} |
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family