SwapAt Method

Swaps the order for two operations at the specified position in the list.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public void SwapAt(
	int firstIndex,
	int secondIndex
)

Visual Basic

Public Sub SwapAt ( _
	firstIndex As Integer, _
	secondIndex As Integer _
)

Visual C++

public:
void SwapAt(
	int firstIndex, 
	int secondIndex
)

Parameters

firstIndex
Type: System.Int32
The first position of operation in the current collection that needs to be swapped.
secondIndex
Type: System.Int32
The second position of operation in the current collection that needs to be swapped.

See Also