GetParameter Method

Gets the parameter in this collection located at the given index.

Type: XJEaseParameterCollection

Namespace: XJTAG.Integration.XJRunner

Syntax

public XJEaseParameter GetParameter(int index)

Parameters

index

Type: int

The index of the parameter in this collection to return.

Return Value

XJEaseParameter

The parameter at the given index.

Exceptions

System.ArgumentOutOfRangeException

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