Click or drag to resize

CommandListAppendCaseToLabel(String, Int32) Method

Used in a switch-block, specifies a test case and the labeled target command position within the current list.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendCaseToLabel(
	string label,
	int value
)

Parameters

label  String
The label which designates the position of the case target command within the current list.
value  Int32
The condition value against which the integer variable will be tested. This case will apply if the comparison is an exact match.
Remarks
See Also