GINO Graphics Suite - GINO v9.0  

gSwitchBrokenLineStyles

Syntax

[C/C++:]
void gSwitchBrokenLineStyles(int switch);
[F90:]
subroutine gSwitchBrokenLineStyles(switch)
integer, intent(in) :: switch

Arguments

switch
Broken line type

= GCONTDASH
= GDISCONTDASH

Description

The routine gSwitchBrokenLineStyles() switches ALL the lines styles in the line style table to the type defined in switch. The settings of repeat length, dash and dot lengths are not affected. Individual entries in the line table can be changed using gDefineBrokenLineStyle().

See Also

gSwitchBrokenLineStyles Usage
gDefineBrokenLineStyle