1c_nngeti(3NCARG) NCAR GRAPHICS c_nngeti(3NCARG)
2
3
4
6 c_nngeti - Retrieves the value of an internal parameter of type int.
7
9 void c_nngeti(char *, int *);
10
12 c_nngeti (pnam,ival)
13
15 pnam A string that specifies the name of the parameter to get.
16 The name must appear as the first three characters of the
17 string.
18
19 ival *ival will be the value currently assigned to the control
20 parameter whose name is pointed to by pnam.
21
23 This routine allows you to retrieve the current value of Natgrid
24 parameters. For a complete list of parameters available in this
25 utility, see the natgrid_params man page.
26
28 To use c_nngeti, load the NCAR Graphics library ngmath.
29
31 natgrid, natgrid_params, c_natgrids, c_nnseti.
32
33 Complete documentation for Natgrid is available at URL
34 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
35
37 Copyright (C) 2000
38 University Corporation for Atmospheric Research
39
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX March 1997-1998 c_nngeti(3NCARG)