IntegerVariableAPICreate Method |
Creates a variable with the specified name on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax public void Create(
string name,
int initialValue = 0
)
Parameters
- name String
- The name of the variable that should be created.
- initialValue Int32 (Optional)
- The variable's initial value.
See Also