SettingsCmdCreateSectionViewSettingsCmdTableCreation Class

Settings for the table creation.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdCreateSectionViewSettingsCmdTableCreation

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SettingsCmdTableCreation : TreeOidWrapper

The SettingsCmdCreateSectionViewSettingsCmdTableCreation type exposes the following members.

Properties
 NameDescription
Public propertyMaterialVolumeTableStyle Specifies the style for a material table.
Public propertyMaterialVolumeTableStyleId Specifies the styleId for a material table.
Public propertyMaximumNumberOfRows Specifies the maximum number of rows to include per section. If the number of data rows exceeds the specified maximum, the table is split into sections, and they are displayed either side by side (left to right), or stacked vertically.
Public propertyMaximumTablesPerStack Specifies the maximum number of sections to include in each stack.
Public propertySectionViewAnchor Specifies the section view anchor (Top/Middle/Bottom, Left/Center/Right).
Public propertySplitTable Specifies whether a table is split into two or more sections after a specified maximum number of rows has been met.
Public propertyTableAnchor Specifies the location of the table anchor (Top/Middle/Bottom, Left/Center/Right).
Public propertyTableLayout Specifies whether the layout of the tables will be horizontal or vertical, in relation to the section view.
Public propertyTableSpacing Specifies the spacing between tables.
Public propertyTileDirection Specifies the direction in which the table tiles (across or down).
Public propertyTotalVolumeTableStyle Specifies the style for a total volume table.
Public propertyTotalVolumeTableStyleId Specifies the styleId for a total volume table.
Public propertyXOffset Specifies the horizontal offset of the table.
Public propertyYOffset Specifies the vertical offset of the table.
Top
See Also