 | IMultipleOccurrencesTInsertAfter Method |
Inserts the provided CAEX object as a new sibling after this CAEX object, if both are of the same type.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxvoid InsertAfter(
T caexObject
)
Sub InsertAfter (
caexObject As T
)
void InsertAfter(
T caexObject
)
Parameters
- caexObject T
- The CAEX object to be inserted.
See Also