Share

SettingsCmdAddMaterialVolumeTable.SettingsCmdTableCreation.TileDirection Property

Specifies 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 ();
}

Property Value

PropertyEnumTableTitleDirectionType

See Also

Reference

Was this information helpful?