1LBGETR(3NCARG) NCAR GRAPHICS LBGETR(3NCARG)
2
3
4
6 LBGETR - Retrieves the real value of an internal parameter of Labelbar.
7
9 CALL LBGETR (PNAM, RVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_lbgetr (char *pnam, float *rval)
15
17 PNAM (an input constant or variable of type CHARACTER) is a
18 string three or more characters in length, beginning with
19 one of the six character strings 'CBL', 'CFL', 'CLB',
20 'WBL', 'WFL', or 'WLB'.
21
22 RVAL (an output variable of type REAL) is the name of a variable
23 into which the value of the parameter specified by PNAM is
24 to be retrieved. If the internal parameter is of type
25 INTEGER and has the value "i", "REAL(i)" will be returned
26 in RVAL.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 This routine allows you to retrieve the current value of Labelbar
34 parameters. For a complete list of parameters available in this
35 utility, see the labelbar_params man page.
36
38 To use LBGETR or c_lbgetr, load the NCAR Graphics libraries ncarg,
39 ncarg_gks, and ncarg_c, preferably in that order.
40
42 See the labelbar man page for a description of all Labelbar error
43 messages and/or informational messages.
44
46 Online: labelbar, labelbar_params, lbfill, lbgeti, lblbar, lbseti,
47 lbsetr, ncarg_cbind
48
49 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
50
52 Copyright (C) 1987-2009
53 University Corporation for Atmospheric Research
54 The use of this Software is governed by a License Agreement.
55
56
57
58UNIX March 1993 LBGETR(3NCARG)