SetIntValue Method (string, uint)

Update the value of an integer variable using a UInt32.

Type: XJEaseGlobals

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SetIntValue(string variableName, uint updateValue)

Parameters

variableName

Type: string

The name of the variable to update.

updateValue

Type: uint

The new value for the variable.

Exceptions

System.InvalidOperationException

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