Click or drag to resize

CAEXSequenceTItem(Int32) Property

Gets a wrapper for the CAEX element in this sequence at the given position

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public override T this[
	int i
] { get; set; }

Parameters

i  Int32
index position of the element

Return Value

T
The created CAEX wrapper.
See Also