SegmentColumnStyle Class

Specifies the advance column style obtained from the Parcel Segment table style or Alignment Segment table style.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbScheduleTableStyle>]
    Autodesk.Civil.DatabaseServices.StylesColumnStyle
      Autodesk.Civil.DatabaseServices.StylesSegmentColumnStyle

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class SegmentColumnStyle : ColumnStyle

The SegmentColumnStyle type exposes the following members.

Properties
 NameDescription
Public propertyColumnWidth Gets or sets the column width of the column style, 0 represents auto width.
(Inherited from ColumnStyle)
Public propertyContentJustification Gets or sets the Content Justification of column style.
(Inherited from ColumnStyle)
Public propertyContentString 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.
(Inherited from ColumnStyle)
Public propertyContentStringFormatted 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.
(Inherited from ColumnStyle)
Public propertyHeaderJustification Gets or sets the Header Justification of column style
(Inherited from ColumnStyle)
Public propertyHeaderString Gets or sets the display header string of the column style.
(Inherited from ColumnStyle)
Public propertyHeaderStringFormatted Gets or sets the header of the column style with MText format string.
(Inherited from ColumnStyle)
Top
Methods
 NameDescription
Public methodGetContentString Gets the specified display content of segment column style.
Public methodGetContentStringFormatted Gets the specified content of segment column style with MText string.
Public methodSetContentStringObsolete.
Sets the specified display content of segment column style.
Public methodSetContentStringFormatted Sets the specified content of segment column style with MText string.
Top
See Also