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