SetCapabilityFlag (Parameter) *
Introduced
4.0
Description
Disables or enables any siCapabilities flag set on the Parameter. For convenience some of the most common Capability flags are directly exposed as properties, for example Parameter.ReadOnly.
Changing the capability flags only affects one particular instance of the parameter.
Scripting Syntax
Parameter.SetCapabilityFlag( Flag, Enable )
C# Syntax
Parameter.SetCapabilityFlag( Int32 in_Flag, Boolean in_bEnable );Parameters
|
Parameter |
Type |
Description |
|
Flag |
Specify the flag to change |
|
|
Enable |
When true the Capability will be set, when false the Capability will be removed |
See Also
Autodesk Softimage v7.5