1GAGETI(3NCARG) NCAR GRAPHICS GAGETI(3NCARG)
2
3
4
6 GAGETI - Retrieves the integer value of an internal parameter of
7 Gridall.
8
10 CALL GAGETI (PNAM,IVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_gageti (char *pnam, int *ival)
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 IVAL (an output variable of type INTEGER) is the name of a
24 variable into which the value of the internal parameter
25 specified by PNAM is to be retrieved. If the internal
26 parameter is of type REAL and has the value "r", "INT(r)"
27 will be returned in IVAL.
28
30 The C-binding argument descriptions are the same as the FORTRAN
31 argument descriptions.
32
34 This routine allows you to retrieve the current value of Gridall
35 parameters. For a complete list of parameters available in this
36 utility, see the gridall_params man page.
37
39 To use GAGETI or c_gageti, load the NCAR Graphics libraries ncarg,
40 ncarg_gks, and ncarg_c, preferably in that order.
41
43 See the gridall man page for a description of all Gridall error
44 messages and/or informational messages.
45
47 Online: gridall, gridall_params, gacolr, gagetc, gagetr, gasetc,
48 gaseti, gasetr, grid, gridal, gridl, halfax, labmod, perim, periml,
49 tick4, ticks, ncarg_cbind.
50
51 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
52
54 Copyright (C) 1987-2009
55 University Corporation for Atmospheric Research
56 The use of this Software is governed by a License Agreement.
57
58
59
60UNIX March 1993 GAGETI(3NCARG)