Click or drag to resize

CommandListAppendMarkCounter Method

Marks the value of the specified mark-counter starting at the current position, using the currently selected font.


Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void AppendMarkCounter(
	string markCounterName,
	int len = 0
)

Parameters

markCounterName  String
The name of the counter whose value should be marked.
len  Int32  (Optional)
The maximum number of digits to be marked.

May be zero to indicate "no limit".

Remarks
Appends a MARK_COUNTER command to the list.
See Also