1GQLN(3NCARG) NCAR GRAPHICS GQLN(3NCARG)
2
3
4
6 GQLN (Inquire line type) - retrieves the current setting for linetype.
7
9 CALL GQLN (ERRIND, LTYPE)
10
12 #include <ncarg/gks.h>
13
14 void ginq_linetype(Gint *err_ind, Gint *linetype);
15
17 ERRIND (Integer, Output) - If the inquired value cannot be
18 returned correctly, a non-zero error indicator is returned
19 in ERRIND, otherwise a zero is returned. Consult "User's
20 Guide for NCAR GKS-0A Graphics" for a description of the
21 meaning of the error indicators.
22
23 LTYPE (Integer, Output) - Returns the current value for the line
24 type as set by default or by a call to GSLN.
25
26 1 Solid
27
28 2 Dashed
29
30 3 Dotted
31
32 4 Dot-dash
33
35 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
36
38 Online: gpl, gsln, gslwsc, gscr, gsplci, gqlwsc, gqplci, dashline,
39 ginq_linetype
40
41 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
42 mentals, UNIX Version
43
45 Copyright (C) 1987-2009
46 University Corporation for Atmospheric Research
47 The use of this Software is governed by a License Agreement.
48
49
50
51UNIX March 1993 GQLN(3NCARG)