Click or drag to resize

IntegerVariableAPIDelete Method

Deletes the referenced variable on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void Delete(
	string name,
	bool fromDisk = false
)

Parameters

name  String
The name of the variable that should be deleted.
fromDisk  Boolean  (Optional)
Whether the variable should also be deleted from card's local storage.
See Also