Click or drag to resize

CAEXBasicObjectInsert(Int32, CAEXWrapper) Method

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

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual bool Insert(
	int pos,
	CAEXWrapper caexObject
)

Parameters

pos  Int32
The position
caexObject  CAEXWrapper
The CAEX object.

Return Value

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

Implements

ICAEXBasicObjectInsert(Int32, CAEXWrapper)
See Also