Click or drag to resize

CAEXSequenceTICAEXSequenceItem(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
ICAEXWrapper ICAEXSequence.this[
	int i
] { get; set; }

Parameters

i  Int32
index position of the element

Return Value

ICAEXWrapper
The created CAEX wrapper.

Implements

ICAEXSequenceItemInt32
See Also