Click or drag to resize

CAEXSequenceTAt Method

Gets the CAEX object at the specified index.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public T At(
	int index
)

Parameters

index  Int32
The index.

Return Value

T
the CAEX object from the given index, or null.
See Also