Share

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.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

 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.

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.

See Also

Reference

Was this information helpful?