RemoveKeyAtIndex (FCurve)
Introduced
3.0
Description
Removes the key at the specified index.
Note: If the fcurve is locked then the method raises an 'Access Denied' (E_ACCESSDENIED) error. Key locks can be overridden using the OverrideKeyLock argument.
Scripting Syntax
FCurve.RemoveKeyAtIndex( Index, [OverrideKeyLock] )
C# Syntax
FCurve.RemoveKeyAtIndex( Int32 in_Index, Boolean in_OverrideKeyLock );Parameters
|
Parameter |
Type |
Description |
|
Index |
Index of the key; must be a value between 0 and (number of keys - 1). |
|
|
OverrideKeyLock |
Override the FCurveKey.Locked value to force the key to be removed. Default Value: false |
See Also
Examples
• See FCurve.RemoveKeyAtIndex.1.js
Autodesk Softimage 2011