SelectionType
SelectionType Enum
Section titled “SelectionType Enum”Namespace: Nodify
Assembly: Nodify
References: ConnectionContainer, ItemContainer, NodifyEditor
Available selection logic.
public enum SelectionType
Fields
Section titled “Fields”Append
Section titled “Append”Adds items to the current selection.
Append = 2;
Invert
Section titled “Invert”Inverts the selection.
Invert = 3;
Remove
Section titled “Remove”Removes items from existing selection.
Remove = 1;
Replace
Section titled “Replace”Replaces the old selection.
Replace = 0;