 | ICAEXSequenceAt Method |
Gets the CAEX object at the specified index.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxICAEXWrapper At(
int index
)
Function At (
index As Integer
) As ICAEXWrapper
ICAEXWrapper^ At(
int index
)
Parameters
- index Int32
- The index.
Return Value
ICAEXWrapperthe CAEX object from the given index, or
null.
See Also