TableLayout Property

Specifies whether the layout of the tables will be horizontal or vertical, in relation to the section view.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0

Syntax

C#

public PropertyEnum<TableLayoutType> TableLayout { get; }

Visual Basic

Public ReadOnly Property TableLayout As PropertyEnum(Of TableLayoutType)
	Get

Visual C++

public:
property PropertyEnum<TableLayoutType>^ TableLayout {
	PropertyEnum<TableLayoutType>^ get ();
}

See Also