DocumentClearOptions Enum
Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll
Assembly: PIX.dll
These flags are used to define the behavior when removing selections from a document.
Syntax
[Flags]
public enum DocumentClearOptions
Fields
Name | Description |
---|---|
ClearAllOneAndAlwaysOne | |
ClearSelections |
Clear all unlocked selections. |
ClearSelectionsWithUnlockBefore |
Fields are unlocked before they are cleared. |
UnlockAll |
Unlocks all locked selections. |