IntegerVariableAPIIncrementValue Method |
Increments the current value of the referenced integer variable on the card by one.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void IncrementValue(
string name
)
Parameters
- name String
- The name of the variable whose value should be incremented.
See Also