1c_ftgeti(3NCARG) NCAR GRAPHICS c_ftgeti(3NCARG)
2
3
4
6 c_ftgeti - retrieve an int valued parameter
7
9 void c_ftgeti(char *, int *);
10
12 void c_ftgeti (pnam, ival);
13
15 pnam The name of the control parameter whose value is to be
16 retrieved.
17
18 ival *ival will be the value currently assigned to the control
19 parameter whose nam.
20
22 c_ftgeti is a called to obtain current values for any of the int valued
23 control parameters.
24
26 To use c_ftgeti, load the NCAR Graphics library ngmath.
27
29 fitgrid_params, c_ftseti
30
31 Complete documentation for Fitgrid is available at URL
32 http://ngwww.ucar.edu/ngdoc/ng/ngmath/fitgrid/fithome.html
33
35 Copyright (C) 2000
36 University Corporation for Atmospheric Research
37
38 The use of this Software is governed by a License Agreement.
39
40
41
42UNIX March 1998 c_ftgeti(3NCARG)