Using the Process Analyst > Process Analyst for Developers > Automation Model > LineStyle [Enumeration]

LineStyle [Enumeration]

Defines the drawing style for a line.

Defined As

Values

Member Name

Description

Value

LineStyle_SOLID

Draws a solid line (all line widths)

0

LineStyle_DASH

Draws a dashed line (line width 1 only)

1

LineStyle_DOT

Draws a dot line (line width 1 only)

2

LineStyle_DASHDOT

Draws a dash dot (line width 1 only)

3

LineStyle_DASHDOTDOT

Draws a dash dot dot (line width 1 only)

4

LineStyle_NONE

Draws no line

5