Click or drag to resize

BooleanVariableAPIGetValue Method

Retrieves the current value of the referenced boolean variable from the card.

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

Parameters

name  String
The name of the variable whose value should be retrieved.

Return Value

Boolean
The variable's current value.
See Also