| 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.
 RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.9.1
 Syntax
Syntaxpublic 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
Remarks See Also
See Also