1GINQ_LINETYPE(3NCARG) NCAR GRAPHICS GINQ_LINETYPE(3NCARG)
2
3
4
6 ginq_linetype (Inquire line type) - retrieves the current setting for
7 linetype.
8
10 #include <ncarg/gks.h>
11
12 void ginq_linetype(Gint *err_ind, Gint *linetype);
13
15 err_ind (Output) - If the inquired value cannot be returned cor‐
16 rectly, a non-zero error indicator is returned in err_ind,
17 otherwise a zero is returned. Consult "User's Guide for
18 NCAR GKS-0A Graphics" for a description of the meaning of
19 the error indicators.
20
21 linetype (Output) - Returns the current value for the line type as
22 set by default or by a call to gset_linetype.
23
24 1 Solid
25
26 2 Dashed
27
28 3 Dotted
29
30 4 Dot-dash
31
33 To use the GKS C-binding routines, load the ncarg_gks and ncarg_c
34 libraries.
35
37 Online: gpolyline(3NCARG), gset_linetype(3NCARG),
38 gset_linewidth(3NCARG), gset_colr_rep(3NCARG),
39 gset_line_colr_ind(3NCARG), ginq_linewidth(3NCARG),
40 ginq_line_colr_ind(3NCARG), dashline(3NCARG), gks(3NCARG),
41 ncarg_gks_cbind(3NCARG)
42
43 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
44 mentals, UNIX Version
45
47 Copyright (C) 1987-2007
48 University Corporation for Atmospheric Research
49
50 This documentation is free software; you can redistribute it and/or
51 modify it under the terms of the GNU General Public License as pub‐
52 lished by the Free Software Foundation; either version 2 of the
53 License, or (at your option) any later version.
54
55 This software is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
60 You should have received a copy of the GNU General Public License along
61 with this software; if not, write to the Free Software Foundation,
62 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
63
64
65
66UNIX March 1993 GINQ_LINETYPE(3NCARG)