Click or drag to resize

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