Visual Basic (Declaration) | |
---|---|
Public Enum MessageLayerHitTestBehavior Inherits System.Enum |
C# | |
---|---|
public enum MessageLayerHitTestBehavior : System.Enum |
Hit-tests are accumulated and executed during the accelerated display draw cycle. In order for an application to perform well, unnecessary hit-tests should be avoided. Therefore if your application only requires the results of the 'most-recent call', you should specify a MessageLayerHitTestBehavior of DiscardQueuedTests.
Member | Description |
---|---|
DiscardQueuedHitTests | Hit tests are performed asynchronously as part of the map render cycle. When multiple calls are made to HitTestAsync with the same callback object, and these hit test requests queue up, only the most recent one is performed. |
PerformAllHitTests | A hit test is performed for each call to HitTestAsync |
System.Object
System.ValueType
System.Enum
ESRI.ArcGIS.Client.AdvancedSymbology.MessageLayerHitTestBehavior
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8