 | CAEXSequenceTAt Method |
Gets the CAEX object at the specified index.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxPublic Function At (
index As Integer
) As T
public:
T At(
int index
)
Parameters
- index Int32
- The index.
Return Value
Tthe CAEX object from the given index, or
null.
See Also