Click or drag to resize

MarkCounterAPIGetAndResetValue Method

Gets the current value of the referenced mark counter from the card, and then resets the counter to zero.

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

Parameters

name  String
The mark counter whose value should be retrieved before being reset.

Return Value

Int32
The counter's current value before reset.
See Also