Click or drag to resize

IntegerVariableAPICreate Method

Creates a variable with the specified name on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Create(
	string name,
	int initialValue = 0
)

Parameters

name  String
The name of the variable that should be created.
initialValue  Int32  (Optional)
The variable's initial value.
See Also