Share

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.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

 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.

See Also

Reference

Was this information helpful?