Click or drag to resize

ClientAPIVariables Property

Provides access to variable handling operations.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public VariableAPI Variables { get; }

Property Value

VariableAPI
The VariableAPI instance.
Remarks
In particular, counters and other variables can be accessed or transferred to the card.
See Also