1AGGETF(3NCARG)                   NCAR GRAPHICS                  AGGETF(3NCARG)
2
3
4

NAME

6       AGGETF - Allows a user program to retrieve the real value of a single
7       parameter.
8

SYNOPSIS

10       CALL AGGETF (TPGN,FUSR)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       void c_aggetf (char *tpgn, float *fusr)
16

DESCRIPTION

18       TPGN        (an input expression of type CHARACTER) is a parameter
19                   identifier, as described in the AGGETP man page. If a group
20                   of more than one parameter is specified, only the first
21                   element of that group will be retrieved by the call.
22
23       FUSR        (an output variable of type REAL) receives the real value
24                   of the parameter specified by TPGN.
25

C-BINDING DESCRIPTION

27       The C-binding argument descriptions are the same as the FORTRAN
28       argument descriptions.
29

USAGE

31       This routine allows you to retrieve 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

ACCESS

36       To use AGGETF or c_aggetf, load the NCAR Graphics libraries ncarg,
37       ncarg_gks, and ncarg_c, preferably in that order.  To get smoother
38       curves, drawn using spline interpolation, also load libdashsmth.o.  Or,
39       you can use the ncargf77 command to compile your program and load the
40       above libraries, then, to get smoother curves, use the -dashsmth
41       option.
42

SEE ALSO

44       Online: autograph, autograph_params, agback, agbnch, agchax, agchcu,
45       agchil, agchnl, agcurv, agdshn, aggetc, aggetr, aggeti, aggetp, agpwrt,
46       agrstr, agsave, agsetc, agsetf, agseti, agsetp, agsetr, agstup, agutol,
47       anotat, displa, ezmxy, ezmy, ezxy, ezy
48
50       Copyright (C) 1987-2007
51       University Corporation for Atmospheric Research
52
53       This documentation is free software; you can redistribute it and/or
54       modify it under the terms of the GNU General Public License as
55       published by the Free Software Foundation; either version 2 of the
56       License, or (at your option) any later version.
57
58       This software is distributed in the hope that it will be useful, but
59       WITHOUT ANY WARRANTY; without even the implied warranty of
60       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
61       General Public License for more details.
62
63       You should have received a copy of the GNU General Public License along
64       with this software; if not, write to the Free Software Foundation,
65       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
66
67
68
69UNIX                              March 1993                    AGGETF(3NCARG)
Impressum