siFCurveKeySelectionMode Enum


Enumerations

enum   siFCurveKeySelectionMode {
  siSetKeySelection = 1,
  siAddToKeySelection = 2,
  siRemoveFromKeySelection = 3,
  siToggleKeySelection = 4
}

Detailed Description

Specifies the mode for changing the FCurveKey selection.
See also:
SelectKeysInTimespan

Enumeration Type Documentation

enum siFCurveKeySelectionMode

Enumerator:
siSetKeySelection  [1] Set specified keys as new key selection (clears current key selection first)
siAddToKeySelection  [2] Add specified keys to current key selection
siRemoveFromKeySelection  [3] Remove keys from current key selection
siToggleKeySelection  [4] Toggle key selection state