Settings of table creation for the command AddParcelSegmentTable.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
TreeOidWrapper
Autodesk.Civil.SettingsSettingsCmdAddParcelSegmentTableSettingsCmdTableCreation
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class SettingsCmdTableCreation : TreeOidWrapper
VB
Public NotInheritable Class SettingsCmdTableCreation Inherits TreeOidWrapper
C++
public ref class SettingsCmdTableCreation sealed : public TreeOidWrapper
The SettingsCmdAddParcelSegmentTableSettingsCmdTableCreation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| MaximumNumberOfRows | Specifies the maximum number of rows to include per section. | |
| MaximumTablesPerStack | Specifies the maximum number of tables to include in each stack. | |
| SplitTable | Specifies whether a table is split into two or more sections after a specified maximum number of rows has been met. | |
| TableSpacing | Specifies the spacing between tables. | |
| TableStyle | Specifies the style for a table. | |
| TableStyleId | Specifies the styleId for a table. | |
| TileDirection | Specifies the direction in which the table tiles (Across or Down). |
