SetParentOnlyBoxSelection

Enable or disable parent only box selection mode.

Function

void SetParentOnlyBoxSelection(parent: bool)

Parameters

  • parent (bool): The new value of parent only box selection mode. This is false by default.

Remarks

By default, all equipment is considered when selecting with the drag box. If you enable SetParentOnlyBoxSelection, only equipment that has no parent equipment will be considered.

Example

Enable parent only box selection mode.

SYM3.SetParentOnlyBoxSelection(true);