DisplayStyle Class

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.292
Syntax
public sealed class DisplayStyle : [T:Autodesk.Civil.CivilWrapper<AeccDbStyle>]

The DisplayStyle type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleColor Gets or sets the style's color.
Public propertyLayer Gets or sets the style's layer.
Public propertyLinetype Gets or sets the style's line type.
Public propertyLinetypeScale Gets or sets the style's linetype scale.
Public propertyLineweight Gets or sets the style's line weight.
Public propertyPlotStyle Gets or sets the name of the style's plot style.
Public propertyCode exampleVisible Gets or sets whether the style is visible.
Top
See Also