SettingsCmdAddAlignmentSegmentTableSettingsCmdTableCreation Class

Settings of table creation for the command AddAlignmentSegmentTable.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdAddAlignmentSegmentTableSettingsCmdTableCreation

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

The SettingsCmdAddAlignmentSegmentTableSettingsCmdTableCreation type exposes the following members.

Properties
 NameDescription
Public propertyMaximumNumberOfRows Specifies the maximum number of rows to include per section.
Public propertyMaximumTablesPerStack Specifies the maximum number of tables to include in each stack.
Public propertySplitTable Specifies whether a table is split into two or more sections after a specified maximum number of rows has been met.
Public propertyTableSpacing Specifies the spacing between tables.
Public propertyTableStyle Specifies the style for a table.
Public propertyTableStyleId Specifies the styleId for a table.
Public propertyTileDirection Specifies the direction in which the table tiles (Across or Down).
Top
See Also