SectionViewVolumeTableGroupSwapAt Method |
Swaps volume table positions in the group by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic void SwapAt(
int index1,
int index2
)
Public Sub SwapAt (
index1 As Integer,
index2 As Integer
)
public:
void SwapAt(
int index1,
int index2
)
Parameters
- index1 Int32
- Index (in volume table id collection) of the first volume table to be swapped.
- index2 Int32
- Index (in volume table id collection) of the second volume table to be swapped.
Exceptions
See Also