|  | ICAEXContainerInsert Method | 
                Inserts the specified CAEX object in its associated container.
            
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
 Syntax
Syntaxbool Insert(
	CAEXWrapper caexObject,
	bool asFirst = true
)
Function Insert ( 
	caexObject As CAEXWrapper,
	Optional asFirst As Boolean = true
) As Boolean
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
Booleantrue, if inserted; otherwise 
false.
 See Also
See Also