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