[F90:]subroutine gSaveLineStyle(line) integer, intent(in) :: line
Arguments
line
Line style index
= GCURRENT,
Current line style
= 1 - 256,
Stored line style
Description
The routine gSaveLineStyle() copies the current line attributes into the specified line style. GINO can record up to 256 different line styles. If line = GCURRENT, gSaveLineStyle() does nothing. If line is out of range, an error message is output and no further action is taken.