Click or drag to resize

MarkCounterAPIStore Method

Stores the referenced mark counter in the card's local storage for later (re-)loading.

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

Parameters

name  String
The name of the mark counter that should be stored.
See Also