Swaps the order for two operations at the specified position in the list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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