BooleanVariableAPIGetValue Method |
Retrieves the current value of the referenced boolean variable from the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public bool GetValue(
string name
)
Parameters
- name String
- The name of the variable whose value should be retrieved.
Return Value
BooleanThe variable's current value.
See Also