LineTypesEnum Enumeration |
The line types (the presentation of the line).
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
UndefinedLine | 0 | The line type is undefined. | |
SolidLine | 1 | The solid line (default). | |
DashedLine | 2 | The dashed line (-----). | |
SlashedLine | 3 | The slashed line (- - -). | |
DashDot | 4 | The dash dotted line (--.--.). | |
DottedLine | 5 | The dotted line (.....). | |
DashDoubleDot | 6 | The dash double dotted line (-..-..-). | |
SlashDash | 7 | The slash dash line (-- - -- -). | |
Custom | 9999 | The custom line type (it will also transport the custom line type name) |
See Also