LineTypeAttributes Class |
The LineTypeAttributes class contains basic attributes for lines.
SystemObject
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingLineTypeAttributes
Tekla.Structures.DrawingGenericAttributesBase
Tekla.Structures.DrawingLineTypeAttributes
Namespace: Tekla.Structures.Drawing
Assembly: Tekla.Structures.Drawing (in Tekla.Structures.Drawing.dll) Version: 2025.0.0-alpha00045580+dc02c3918546f1e94eb2d3b13ea99057fb3313e0
The LineTypeAttributes type exposes the following members.
| Name | Description | |
|---|---|---|
| LineTypeAttributes |
Creates a new line type attributes instance.
| |
| LineTypeAttributes(LineTypes, DrawingColors) |
Creates a new line type attributes instance with the given line type and color.
| |
| LineTypeAttributes(LineTypes, TeklaDrawingColor) |
Creates a new line type attributes instance with the given line type and color.
|
| Name | Description | |
|---|---|---|
| Color |
The color of the line (see DrawingColors for options).
| |
| TrueColor |
The true color (rgb enabled) of the line.
| |
| Type |
The type of the line (see LineTypes for options).
|
| Name | Description | |
|---|---|---|
| IsEqual |
Compares the current object with an object of the same type.
(Overrides GenericAttributesBaseIsEqual(Object).) |