1GQPLCI(3NCARG) NCAR GRAPHICS GQPLCI(3NCARG)
2
3
4
6 GQPLCI (Inquire polyline color index) - gets the polyline color index.
7
9 CALL GQPLCI (ERRIND, COLI)
10
12 #include <ncarg/gks.h>
13
14 void ginq_line_colr_ind(Gint *err_ind, Gint *line_colr_ind);
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 COLI (Integer, Output) - Returns the polyline color index as set
24 by default of by a call to GSPLCI.
25
27 To use GKS routines, load the NCAR GKS-0A library ncarg_gks.
28
30 Online: gpl, gsln, gslwsc, gscr, gsplci, gqln, gqlwsc, gqplci,
31 ginq_line_colr_ind, dashline
32
33 Hardcopy: User's Guide for NCAR GKS-0A Graphics; NCAR Graphics Funda‐
34 mentals, UNIX Version
35
37 Copyright (C) 1987-2009
38 University Corporation for Atmospheric Research
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX March 1993 GQPLCI(3NCARG)