Defines column width and value properties for table style objects.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
Autodesk.Civil.DatabaseServices.StylesColumnStyle
Autodesk.Civil.DatabaseServices.StylesSegmentColumnStyle
Autodesk.Civil.DatabaseServices.StylesStructureColumnStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class ColumnStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
VB
Public Class ColumnStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
C++
public ref class ColumnStyle : public [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
The ColumnStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ColumnWidth | Gets or sets the column width of the column style, 0 represents auto width. |
![]() | ContentJustification | Gets or sets the Content Justification of column style. |
![]() | ContentString | Gets the display content of column style, this property is usable for most table columns, but for alignment segment table, please use GetContentString() and specified type. |
![]() | ContentStringFormatted | Gets or sets the content of column style with MText format string, this property is usable for most table columns, but for alignment segment table, please use GetContentString() and specified type. |
![]() | HeaderJustification | Gets or sets the Header Justification of column style |
![]() | HeaderString | Gets or sets the display header string of the column style. |
![]() | HeaderStringFormatted | Gets or sets the header of the column style with MText format string. |