1GAGETC(3NCARG) NCAR GRAPHICS GAGETC(3NCARG)
2
3
4
6 GAGETC - Retrieves the value of a specified internal parameter of type
7 CHARACTER.
8
10 CALL GAGETC (PNAM,CVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_gagetc (char *pnam, char *cval, int len)
16
18 PNAM (an input constant or variable of type CHARACTER) is a
19 string three or more characters in length, the first three
20 characters of which constitute the name of the internal
21 parameter whose value is to be retrieved.
22
23 CVAL (an output variable of type CHARACTER) is the name of a
24 variable into which the value of the internal parameter
25 specified by PNAM is to be retrieved.
26
28 The C-binding argument descriptions are the same as the FORTRAN
29 argument descriptions with the following exception:
30
31
32 len The size of cval as dimensioned in the calling program.
33
35 This routine allows you to retrieve the current value of Gridall
36 parameters. For a complete list of parameters available in this
37 utility, see the gridall_params man page.
38
40 To use GAGETC or c_gagetc, load the NCAR Graphics libraries ncarg,
41 ncarg_gks, and ncarg_c, preferably in that order.
42
44 See the gridall man page for a description of all Gridall error
45 messages and/or informational messages.
46
48 Online: gridall, gridall_params, gacolr, gageti, gagetr, gasetc,
49 gaseti, gasetr, grid, gridal, gridl, halfax, labmod, perim, periml,
50 tick4, ticks, ncarg_cbind.
51
52 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
53
55 Copyright (C) 1987-2009
56 University Corporation for Atmospheric Research
57 The use of this Software is governed by a License Agreement.
58
59
60
61UNIX March 1993 GAGETC(3NCARG)