SectionViewVolumeTableGroupSwap Method |
Swaps volume table positions in the group by ObjectId.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void Swap(
ObjectId tableId1,
ObjectId tableId2
)
Public Sub Swap (
tableId1 As ObjectId,
tableId2 As ObjectId
)
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.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when the tableId1 or tableId2 is not valid or included in the group.
|
See Also