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




Supported draw phases.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SupportedDrawPhases As Integer
Visual Basic (Usage)Copy Code
Dim instance As BaseCustomGlobeLayer
Dim value As Integer
 
value = instance.SupportedDrawPhases
C# 
public 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.

Requirements

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

See Also

© 2011 All Rights Reserved.