GetValueAt Method

Gets the item in the array located at the given index.

Type: XJEaseArrayParameter

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameter GetValueAt(int index)

Parameters

index

Type: int

The index of the item in this array to return.

Return Value

XJEaseParameter

The item at the given index.

Exceptions

System.ArgumentOutOfRangeException

The given index is less than 0, or greater than or equal to Length.