Parameter.Keyable
 
 
 

Parameter.Keyable operator

Introduced

v5.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

siCapabilities Parameter.Capabilities Parameter.SetCapabilityFlag CustomProperty.AddParameter3