Click or drag to resize

ICAEXSequenceInsertAt Method

Inserts the specified CAEX object into this sequence at the defined index.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void InsertAt(
	int index,
	ICAEXWrapper caexObject
)

Parameters

index  Int32
The Position of the element
caexObject  ICAEXWrapper
The CAEX object
See Also