SelectionOperation: "append" | "remove" | "replace" | "toggle"

Used by EEvisionAPI.SelectObj to determine how to modify the current set of selected objects.

  • "append": Add the list of objects to the current selection.
  • "remove": Remove the listed objects from the selection; if some of them are currently not selected, they are ignored.
  • "replace": Replace the current selection with the listed objects.
  • "toggle": Change the selection status of all listed objects, i.e., selected objects become unselected; objects that are currently not selected, become selected.