Click or drag to resize

CommandListAppendExitList(String, Boolean) Method

Returns from the list.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendExitList(
	string booleanVariableName,
	bool ifNotTrue = false
)

Parameters

booleanVariableName  String
The name of the boolean variable.
ifNotTrue  Boolean  (Optional)
false (default)
the list exits if the variable's value is true.
true
the list exits if the variable's value is false.
Remarks
Caution note  Caution

Conditional EXIT commands do NOT automatically de-activate the laser.

See also: 12.9 Notes on Flow-Control Commands.

See Also