SectionViewVolumeTableGroupSwap Method

Swaps volume table positions in the group by ObjectId.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
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
ExceptionCondition
ArgumentException Throw when the tableId1 or tableId2 is not valid or included in the group.
See Also