GraphicPolyLine Constructor (PolyLine, Color, Int32, GraphicPolyLineLineType) |
Create a graphic polyline object.
Namespace: Tekla.Structures.Model.UI
Assembly: Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2026.0.0-alpha00057080+93cd22c410a086ecc356b7088d4daaf2e12907eb
public GraphicPolyLine( PolyLine polyLine, Color color, int width, GraphicPolyLineLineType type )
Parameters
- polyLine
- Type: Tekla.Structures.Geometry3dPolyLine
The path of the line. - color
- Type: Tekla.Structures.Model.UIColor
The color of the line. - width
- Type: SystemInt32
The width of the line. - type
- Type: Tekla.Structures.Model.UIGraphicPolyLineLineType
The type of the line. For example solid, dashed or dotted.