MarkCounterAPIGetValue Method |
Retrieves the current value of the referenced mark counter from the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public int GetValue(
string name
)
Parameters
- name String
- The name of the mark counter whose value should be retrieved.
Return Value
Int32The counter's current value.
See Also