Click or drag to resize

BooleanVariableAPIStore Method

Stores the referenced variable in the card's local storage for later (re-)loading.

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

Parameters

name  String
The name of the variable that should be stored.
See Also

Reference

BooleanVariableAPI Class
RAYLASE.SPICE3.ClientLib Namespace
Load(String)
Delete(String, Boolean)