Click or drag to resize

CAEXSequenceTICAEXSequenceInsert 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 ICAEXSequence.Insert(
	ICAEXWrapper caexObject,
	bool asFirst
)

Parameters

caexObject  ICAEXWrapper
the CAEX object
asFirst  Boolean
optional parameter, if set to true (default) the object is prepended to already existing ones, otherwise it is appended.

Implements

ICAEXSequenceInsert(ICAEXWrapper, Boolean)
See Also