Specifies display properties for the style, such as layer, color, and linetype.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
Autodesk.Civil.DatabaseServices.StylesDisplayStyle
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class DisplayStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
VB
Public NotInheritable Class DisplayStyle Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
C++
public ref class DisplayStyle sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]
The DisplayStyle type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() ![]() | Color | Gets or sets the style's color. |
![]() | Layer | Gets or sets the style's layer. |
![]() | Linetype | Gets or sets the style's line type. |
![]() | LinetypeScale | Gets or sets the style's linetype scale. |
![]() | Lineweight | Gets or sets the style's line weight. |
![]() | PlotStyle | Gets or sets the name of the style's plot style. |
![]() ![]() | Visible | Gets or sets whether the style is visible. |