Introduced
5.0
Description
Sets or returns a Boolean value indicating whether the parameter is keyable (true) or not (false).
Note: Changing the capability flags only affects one particular instance of the parameter.
Tip: Setting this property is not undoable. If you want to change the keyable capability and make it undoable, then use Parameter.SetCapabilityFlag.
C# Syntax
// get accessor Boolean rtn = Parameter.Keyable; // set accessor Parameter.Keyable = Boolean;
See Also
Autodesk Softimage v7.5