v5.0
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.
// get accessor Boolean rtn = Parameter.Keyable; // set accessor Parameter.Keyable = Boolean; |