GINO Graphics Suite - GINO v9.0  

gEnqLineStyle

Syntax

[C/C++:]
void gEnqLineStyle(int line, GLINSTY *rep);
[F90:]
subroutine gEnqLineStyle(line, rep)

integer, intent(in) :: line
type (GLINSTY), intent(out) :: rep

Arguments

line
Line style index

= GCURRENT, Current line style
= 1 - 256, Stored line style

rep
Line style representation

Description

The routine gEnqLineStyle() returns the line attribute values defined by the specified line style. If line is zero or out of range, the current line attributes are returned. If line is out of range, a warning message is output. Otherwise, one of 256 sets of line attributes, stored in the line style table, is returned. The line style representation elements are discussed under the routine gDefineLineStyle().

See Also

gEnqLineStyle Usage
gDefineLineStyle
gSetBrokenLine
gSetLineColour
gSetLineEnd
gSetLineVis
gSetLineWidth
gSetPenType