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