Click or drag to resize

ICAEXBasicObjectInsert(CAEXWrapper, Boolean) Method

Inserts the specified CAEX object in it's associated sequence. The CAEXBasicObject defines the Revision and SourceObjectInformation sequences.

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 it is inserted as the first item in its associated sequence.

Return Value

Boolean
true, if a sequence could be identified and the CAEX object has been inserted into this sequence.
See Also