ControlObjectLineType Enumeration |
The line types (the presentation of the line).
Namespace: Tekla.Structures.Model
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
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 (.....). |
See Also