GraphicPolyLineLineType Enumeration |
The appearance of the line. For instance solid, dashed or dotted.
Namespace: Tekla.Structures.Model.UI
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Solid | 1 | The solid line type. | |
Dashed1 | 2 | The first dashed line type. | |
Dashed2 | 3 | The second dashed line type. | |
DashedAndDotted | 4 | The dashed and dotted line type. | |
Dotted | 5 | The dotted line type. |
See Also