Click or drag to resize

CAEXSequenceTICAEXSequenceAt Method

Gets the CAEX object at the specified index.

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

Parameters

index  Int32
The index.

Return Value

ICAEXWrapper
the CAEX object from the given index, or null.

Implements

ICAEXSequenceAt(Int32)
See Also