SurfaceOperationCollectionSwapAt Method |
Swaps the order for two operations at the specified position in the list.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SwapAt(
int firstIndex,
int secondIndex
)
Public Sub SwapAt (
firstIndex As Integer,
secondIndex As Integer
)
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