1AGSETI(3NCARG) NCAR GRAPHICS AGSETI(3NCARG)
2
3
4
6 AGSETI - Allows a user program to store the real equivalent of an
7 integer as the value of a single parameter.
8
10 CALL AGSETI (TPGN,IUSR)
11
13 #include <ncarg/ncargC.h>
14
15 void c_agseti (char *tpgn, int iusr)
16
18 TPGN (an input expression of type CHARACTER) is a parameter
19 identifier, as described for AGSETP, above. If a group of
20 more than one parameter is specified, only the first
21 element of that group will be affected by the call.
22
23 IUSR (an input expression of type INTEGER) is the value to be
24 given to the parameter specified by TPGN.
25
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
31 This routine allows you to set the current value of Autograph
32 parameters. For a complete list of parameters available in this
33 utility, see the autograph_params man page.
34
36 Use the ncargex command to see the following relevant examples: agex05,
37 agex06, agex07, agex08, agex09, agex10, agex11, agex12, agex13, bnchmk,
38 cbex01, tagupw, tautog, fagaxlbl, fagovrvw, fspponts.
39
41 To use AGSETI or c_agseti, load the NCAR Graphics libraries ncarg,
42 ncarg_gks, and ncarg_c, preferably in that order. To get smoother
43 curves, drawn using spline interpolation, also load libdashsmth.o. Or,
44 you can use the ncargf77 command to compile your program and load the
45 above libraries, then, to get smoother curves, use the -dashsmth
46 option.
47
49 Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
50 agchil, agchnl, agcurv, agdshn, aggetc, aggetf, aggeti, aggetp, aggetr,
51 agpwrt, agrstr, agsave, agsetc, agsetf, agsetp, agsetr, agstup, agutol,
52 anotat, displa, ezmxy, ezmy, ezxy, ezy
53
54 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
55
57 Copyright (C) 1987-2009
58 University Corporation for Atmospheric Research
59 The use of this Software is governed by a License Agreement.
60
61
62
63UNIX March 1993 AGSETI(3NCARG)