Click or drag to resize

ICAEXSequenceMove Method

Moves the CAEX object at the specified index to a new location in the collection.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void Move(
	int oldIndex,
	int newIndex
)

Parameters

oldIndex  Int32
The zero-based index specifying the location of the CAEX object to be moved.
newIndex  Int32
The zero-based index specifying the new location of the CAEX object.
See Also