Click or drag to resize

ICAEXContainerInsert Method

Inserts the specified CAEX object in its associated container.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
bool Insert(
	CAEXWrapper caexObject,
	bool asFirst = true
)

Parameters

caexObject  CAEXWrapper
The CAEX object.
asFirst  Boolean  (Optional)
if set to true insert it at the first position.

Return Value

Boolean
true, if inserted; otherwise false.
See Also