CommandListAppendBooleanSet Method |
Sets the value of a BooleanVariable.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendBooleanSet(
string booleanVariableName,
bool value
)
Parameters
- booleanVariableName String
- The name of the boolean variable to modify.
- value Boolean
- The value to be set
Remarks See Also