Click or drag to resize

CommandListAppendLabel Method

Appends a Label Declaration.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendLabel(
	string name
)

Parameters

name  String
The name of the label.
Remarks
The Label can be used as the target of certain BRANCH commands.

Note: the label declaration is merely syntactic sugar.
The label does not occupy any space in the commmand list, and no "label command" is transferred to the card.

Please refer to 12.5.3.3 Flow-Control using Labels within the current Command List

See Also