Click or drag to resize

BooleanVariableAPISetValue Method

Sets the specified value of the referenced boolean variable on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void SetValue(
	string name,
	bool value
)

Parameters

name  String
The name of the variable whose value should be set.
value  Boolean
The value to set.
See Also