SetPartialBoxSelection
Enable or disable partial box selection mode.
Function
void SetPartialBoxSelection(partial: bool)
Parameters
- partial (bool): The new value of partial box selection mode. This is false by default.
Remarks
By default, equipment needs to be entirely encapsulated by the drag box to be selected in box selection mode. If you set SetPartialBoxSelection to true, then if any amount of the equipment is in the drag box boundary, that piece of equipment will be selected.
Example
Set partial box selection mode to enabled.
SYM3.SetPartialBoxSelection(true);