Skip to content

InteractiveOverlayUpdateMode

Namespace: ThinkGeo.Core

This enumeration specifies the mode to draw the InterativeOverlay when doing interactive actions with InterativeOverlay.

public enum InteractiveOverlayUpdateMode

Inheritance ObjectValueTypeEnumInteractiveOverlayUpdateMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Default value of the enumation, the same as DoNotDraw.
Update 1 This enumeration item means that InterativeOverlay will still be drawn.
DoNotUpdate 2 This enumeration item means that InterativeOverlay will still not be drawn.