Click or drag to resize

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.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void InsertAfter(
	T caexObject
)

Parameters

caexObject  T
The CAEX object to be inserted.
See Also