ProcessOtherOverlaysMode¶
Namespace: ThinkGeo.Core
This enumeration specifies the mode to process other overlays when doing interactive actions with InterativeOverlay.
public enum ProcessOtherOverlaysMode
Inheritance Object → ValueType → Enum → ProcessOtherOverlaysMode
Implements IComparable, IFormattable, IConvertible
Fields¶
Name | Value | Description |
---|---|---|
Default | 2 | Default value of the enumation, the same as ProcessOtherOverlays. |
ProcessOtherOverlays | 0 | This enumeration item means that other overlays will still be excuted. |
DoNotProcessOtherOverlays | 1 | This enumeration item means that other overlays will be ignored. |