Click or drag to resize
DocumentClearOptions Enumeration
These flags are used to define the behavior when removing selections from a document.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
[FlagsAttribute]
public enum DocumentClearOptions
Members
  Member nameValueDescription
UnlockAll1 Unlocks all locked selections.
ClearSelectionsWithUnlockBefore2 Fields are unlocked before they are cleared.
ClearSelections4 Clear all unlocked selections.
ClearAllOneAndAlwaysOne8
See Also