Swaps volume table positions in the group by ObjectId.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void Swap( ObjectId tableId1, ObjectId tableId2 )
VB
Public Sub Swap ( tableId1 As ObjectId, tableId2 As ObjectId )
C++
public: void Swap( ObjectId tableId1, ObjectId tableId2 )
Parameters
- tableId1 ObjectId
- ObjectId of the first volume table to be swapped.
- tableId2 ObjectId
- ObjectId of the second volume table to be swapped.
Exceptions
Exception | Condition |
---|---|
ArgumentException | Throw when the tableId1 or tableId2 is not valid or included in the group. |