1LBGETI(3NCARG) NCAR GRAPHICS LBGETI(3NCARG)
2
3
4
6 LBGETI - Retrieves the integer value of an internal parameter of
7 Labelbar.
8
10 CALL LBGETI (PNAM, IVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_lbgeti (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, beginning with
20 one of the six character strings 'CBL', 'CFL', 'CLB',
21 'WBL', 'WFL', or 'WLB'.
22
23 IVAL (an output variable of type INTEGER) is the name of a
24 variable into which the value of the parameter specified by
25 PNAM is to be retrieved. If the internal parameter is of
26 type REAL and has the value "r", "INT(r)" will be returned
27 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 Labelbar
35 parameters. For a complete list of parameters available in this
36 utility, see the labelbar_params man page.
37
39 To use LBGETI or c_lbgeti, load the NCAR Graphics libraries ncarg,
40 ncarg_gks, and ncarg_c, preferably in that order.
41
43 See the labelbar man page for a description of all Labelbar error
44 messages and/or informational messages.
45
47 Online: labelbar, labelbar_params, lbfill, lbgetr, lblbar, lbseti,
48 lbsetr, ncarg_cbind
49
50 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
51
53 Copyright (C) 1987-2009
54 University Corporation for Atmospheric Research
55 The use of this Software is governed by a License Agreement.
56
57
58
59UNIX March 1993 LBGETI(3NCARG)