All flags must be cleared for a group to be ended.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| None | Commands are not grouped. | 0 |
| Selection | Group commands; use when multiple objects are selected. | 1 |
| Untracked | Turns off command stack until group is ended. | 2 |
Namespace: Aurora.Interfaces
Assembly: AuroraInterfaces (in AuroraInterfaces.dll)