This class represents volume table group in a SectionView.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesSectionViewVolumeTableGroup
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SectionViewVolumeTableGroup
VB
Public NotInheritable Class SectionViewVolumeTableGroup
C++
public ref class SectionViewVolumeTableGroup sealed
The SectionViewVolumeTableGroup type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | OffsetX | Gets or sets offset X of volume table to the section view. |
![]() | OffsetY | Gets or sets offset Y of volume table to the section view. |
![]() | SectionViewAnchorType | Gets or sets section view anchor type. |
![]() | TableAnchorType | Gets or sets table anchor type. |
![]() | TableLayoutType | Gets or sets table layout type. |
Methods
Name | Description | |
---|---|---|
![]() | CreateVolumeTable | Creates a volume tables to the section view. |
![]() | GetVolumeTableIds | Gets the ObjectIdCollection of all volume tables in the section view. |
![]() | Swap | Swaps volume table positions in the group by ObjectId. |
![]() | SwapAt | Swaps volume table positions in the group by index. |