StandardTool.MultiSelectEnabled Property
Gets or sets a flag indicating if selecting multiple features using the mouse and control key is enabled.
Thread safety: This property is not thread-safe and it should only be accessed from the GUI thread. Show
Syntax
public System.Boolean MultiSelectEnabled { get; set; }
Property Value
Type: System.Boolean
Default: true
True if multiple features may be selected, False if only one feature at a time may be selected.
Default: true
True if multiple features may be selected, False if only one feature at a time may be selected.
Platforms
Windows, Linux, Android