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.8.0.280
Syntax
C#
public PropertyEnum<TableLayoutType> TableLayout { get; }
VB
Public ReadOnly Property TableLayout As PropertyEnum(Of TableLayoutType) Get
C++
public: property PropertyEnum<TableLayoutType>^ TableLayout { PropertyEnum<TableLayoutType>^ get (); }