Mobiform Software - Aurora API Documentation

CommandGroupFlags Enumeration

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.

public enum CommandGroupFlags

Members

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

Requirements

Namespace: Aurora.Interfaces

Assembly: AuroraInterfaces (in AuroraInterfaces.dll)

See Also

Aurora.Interfaces Namespace