Click or drag to resize

CommandListAppendIncrementCounter Method

Increments a specific mark counter. May be used to count things during marking operations.


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

Parameters

markCounterName  String
The name of the mark counter to be incremented.
Remarks
Appends a INCR_COUNTER command to the list.
See Also