| DocumentClearOptions Enumeration |
These flags are used to define the behavior when removing selections from a document.
Namespace: PIX.QMSAPI.DataObjects.EnumsAssembly:
Syntax[FlagsAttribute]
public enum DocumentClearOptions
<FlagsAttribute>
Public Enumeration DocumentClearOptions
Members|
| Member name | Value | Description |
|---|
| UnlockAll | 1 |
Unlocks all locked selections.
|
| ClearSelectionsWithUnlockBefore | 2 |
Fields are unlocked before they are cleared.
|
| ClearSelections | 4 |
Clear all unlocked selections.
|
| ClearAllOneAndAlwaysOne | 8 | |
See Also