GINO Graphics Suite - GINO v9.0  

gSetLineStyle

Syntax

[C/C++:]
void gSetLineStyle(int line);
[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.

See Also

gSetLineStyle Usage
gSetBrokenLine
gSetLineColour
gDefineLineStyle
gSetLineEnd
gSaveLineStyle
gSetLineVis
gSetLineWidth
gSetPenType