Click or drag to resize

ValueSequenceTDataTypeItem Property

Gets the value of the CAEX object in this sequence at the given position

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

Parameters

i  Int32
index position of the element

Return Value

TDataType
The value.
See Also