Click or drag to resize

MarkCounterAPISetValue Method

Sets the current value of the referenced mark counter on the card.

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

Parameters

name  String
The name of the mark counter whose value should be set.
value  Int32
The value to set.

Return Value

The counter's value.
See Also