GINO Graphics Suite - GINO v9.0  

gEnqBrokenLineStyle

Syntax

[C/C++:]
void gEnqBrokenLineStyle(int brk, GBRKSTY *rep);
[F90:]
subroutine gEnqBrokenLineStyle(brk, rep)

integer, intent(in) :: brk
type (GBRKSTY), intent(out) :: rep

Arguments

brk
Broken line type

= 1 to 256 only

rep.mode
Line mode

= GSOLID
= GCONTDASH
= GCONTCHAIN
= GDISCONTDASH
= GDISCONTCHAIN

rep.repeat
Repeat length in current units

rep.dash
Dash length in current units

rep.dot
Dot length in current units (for chained lines)

Description

The routine gEnqBrokenLineStyle() returns the line style parameters rep.mode, rep.repeat, rep.dash and rep.dot associated with one of the broken line types 1 to 256. If brk is outside this range, an error message is output and all the values are returned set to zero. In the absence of any calls to gDefineBrokenLineStyle(), gEnqBrokenLineStyle() returns the default values for the line type parameters.

See Also

gEnqBrokenLineStyle Usage
gDefineBrokenLineStyle