Swaps the order for two operations at the specified position in the list.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SwapAt( int firstIndex, int secondIndex )
VB
Public Sub SwapAt ( firstIndex As Integer, secondIndex As Integer )
C++
public: void SwapAt( int firstIndex, int secondIndex )
Parameters
- firstIndex Int32
- The first position of operation in the current collection that needs to be swapped.
- secondIndex Int32
- The second position of operation in the current collection that needs to be swapped.