SurfaceOperationCollectionSwap Method |
Swaps the order for two operations in the current collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Swap(
SurfaceOperation firstOperation,
SurfaceOperation secondOperation
)
Public Sub Swap (
firstOperation As SurfaceOperation,
secondOperation As SurfaceOperation
)
public:
void Swap(
SurfaceOperation^ firstOperation,
SurfaceOperation^ secondOperation
)
Parameters
- firstOperation SurfaceOperation
- The first operation in the current collection that needs to be swapped.
- secondOperation SurfaceOperation
- The second operation in the current collection that needs to be swapped.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the firstOperation or secondOperation is not included in the current collection.
|
See Also