GetIntValue Method

Return the value of an integer variable.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

Syntax

public ulong GetIntValue(string variableName)

Parameters

variableName

Type: string

The name of the integer variable.

Return Value

ulong

Exceptions

System.InvalidOperationException

An integer variable with the given name could not be found.