Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / Pen Class / StyleId Property

In This Topic
StyleId Property
In This Topic
Line style identifier (0-6) Please use "-16002" as "from layer" value.

Predefined line type index values are:

0 = continous: ------

1 = dash: - - - - -

2 = dot: .......

3 = dashdot: _._._._

4 = dashdotdot: _.._.._

5 = dash: _ _

6 = dashlongdot: __ _

-16002 = from layer

Syntax
public short StyleId {get; set;}

Property Value

Line style identifier (0-6)
See Also