Enum wfcSelectionRecordAction
# include <wfcSelect.h>
enum wfcSelectionRecordAction
{
wfcSELECT_OVERRIDE,
wfcSELECT_TOGGLE,
wfcSelectionRecordAction_nil
};
Description
Record Action for Selection
-
Manual References:
-
External Data: Selecting the Node from the External Application Tree
Values
-
wfcSELECT_OVERRIDE
- For unmodified selection.
-
wfcSELECT_TOGGLE
- For CTRL modified selection.
-
wfcSelectionRecordAction_nil
- Enum null value.