API Documentation > Enumerated Types > Enum wfcSelectionRecordAction
Enum wfcSelectionRecordAction

# include <wfcSelect.h>

enum
wfcSelectionRecordAction
{
wfcSELECT_OVERRIDE,
wfcSELECT_TOGGLE,
wfcSelectionRecordAction_nil
};


Description
Record Action for Selection
Manual References:
Values
wfcSELECT_OVERRIDE
For unmodified selection.
wfcSELECT_TOGGLE
For CTRL modified selection.
wfcSelectionRecordAction_nil
Enum null value.
Was this helpful?