Click or drag to resize

MarkCounterAPIExists 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.9.0
Syntax
C#
public bool Exists(
	string name
)

Parameters

name  String
Name of the variable that should be checked.

Return Value

Boolean

[Missing <returns> documentation for "M:RAYLASE.SPICE3.ClientLib.MarkCounterAPI.Exists(System.String)"]

See Also