Click or drag to resize

CommandListAppendCaseAbs(Int32, Int32) Method

Used in a switch-block, specifies a test case and the absolute offset of a target command 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 AppendCaseAbs(
	int pos,
	int value
)

Parameters

pos  Int32
The absolute position of the 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