Share

SettingsCmdAddNetworkPipeTable.SettingsCmdTableCreation Class

Settings for alignment type option.

Inheritance Hierarchy

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      TreeOidWrapper
        Autodesk.Civil.SettingsSettingsCmdAddNetworkPipeTableSettingsCmdTableCreation


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 SettingsCmdAddNetworkPipeTableSettingsCmdTableCreation type exposes the following members.

Properties

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

See Also

Reference

Was this information helpful?