CommandListAppendIntegerSet Method |
Sets the value of a IntegerVariable.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void AppendIntegerSet(
string integerVariableName,
int value
)
Parameters
- integerVariableName String
- The name of the integer variable to modify.
- value Int32
- The value to be set
Remarks See Also