Click or drag to resize

BooleanVariableAPIExists Method

Checks whether the referenced variable exists on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public bool Exists(
	string name
)

Parameters

name  String
Name of the variable that should be checked.

Return Value

Boolean
Returns true if the variable exists on the card, false otherwise.
See Also

Reference

BooleanVariableAPI Class
RAYLASE.SPICE3.ClientLib Namespace
Create(String, UTP)
Delete(String, Boolean)