Click or drag to resize

MarkCounterAPICreate Method

Creates a mark counter with the specified name on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Create(
	string name,
	int initialValue = 0
)

Parameters

name  String
The name of the mark counter that should be created.
initialValue  Int32  (Optional)
The mark counter's initial value.
See Also