SurfaceOperationCollectionSwapAt 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.8.0.292
Syntax
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.
See Also