[F90:]subroutine gSetLineStyle(line) integer, intent(in) :: line
Arguments
line
Line style index
= 0,
Current line style
= 1 - 256,
Stored line style
Description
The routine gSetLineStyle() sets the current line attributes to the values defined by the specified line style. A call to gSetLineStyle() is equivalent to calling gSetLineVis(), gSetBrokenLine(), gSetLineColour(), gSetLineWidth(), gSetPenType() and gSetLineEnd().
If line is zero, gSetLineStyle() does nothing. If line is out of range, an error message is output and no further action is taken.