 | ICAEXSequenceInsert Method |
Inserts the specified CAEX object into this sequence. If no position is specified the element is appended.
If 'asFirst' is set to true, the element is prepended to already existing ones.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid Insert(
ICAEXWrapper caexObject,
bool asFirst = true
)
Sub Insert (
caexObject As ICAEXWrapper,
Optional asFirst As Boolean = true
)
void Insert(
ICAEXWrapper^ caexObject,
bool asFirst = true
)
Parameters
- caexObject ICAEXWrapper
- the CAEX object
- asFirst Boolean (Optional)
-
optional parameter, if set to true (default) the object is prepended to already existing ones,
otherwise it is appended.
See Also