 | CAEXSequenceTMove Method |
Moves the CAEX object at the specified index to a new location in the collection.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void Move(
int oldIndex,
int newIndex
)
Public Sub Move (
oldIndex As Integer,
newIndex As Integer
)
public:
virtual void Move(
int oldIndex,
int newIndex
) sealed
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.
Implements
ICAEXSequenceMove(Int32, Int32)
See Also