 | ICAEXSequenceInsertAt Method |
Inserts the specified CAEX object into this sequence at the defined index.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid InsertAt(
int index,
ICAEXWrapper caexObject
)
Sub InsertAt (
index As Integer,
caexObject As ICAEXWrapper
)
void InsertAt(
int index,
ICAEXWrapper^ caexObject
)
Parameters
- index Int32
- The Position of the element
- caexObject ICAEXWrapper
- The CAEX object
See Also