Gets the direction in which the table tiles (across or down).
Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public PropertyEnum<TableTitleDirectionType> TileDirection { get; }
VB
Public ReadOnly Property TileDirection As PropertyEnum(Of TableTitleDirectionType) Get
C++
public: property PropertyEnum<TableTitleDirectionType>^ TileDirection { PropertyEnum<TableTitleDirectionType>^ get (); }