SectionViewVolumeTableGroup Class

This class represents volume table group in a SectionView.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesSectionViewVolumeTableGroup

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SectionViewVolumeTableGroup

The SectionViewVolumeTableGroup type exposes the following members.

Properties
 NameDescription
Public propertyOffsetX Gets or sets offset X of volume table to the section view.
Public propertyOffsetY Gets or sets offset Y of volume table to the section view.
Public propertySectionViewAnchorType Gets or sets section view anchor type.
Public propertyTableAnchorType Gets or sets table anchor type.
Public propertyTableLayoutType Gets or sets table layout type.
Top
Methods
 NameDescription
Public methodCreateVolumeTable Creates a volume tables to the section view.
Public methodGetVolumeTableIds Gets the ObjectIdCollection of all volume tables in the section view.
Public methodSwap Swaps volume table positions in the group by ObjectId.
Public methodSwapAt Swaps volume table positions in the group by index.
Top
See Also