1NNGETI(3NCARG) NCAR GRAPHICS NNGETI(3NCARG)
2
3
4
6 NNGETI - Retrieves the value of an internal parameter of type INTEGER.
7
9 CALL NNGETI (PNAM,IVAL)
10
12 PNAM A character string that specifies the name of the parameter
13 to get. The name must appear as the first three characters
14 of the string.
15
16 IVAL An INTEGER variable that is the name of the variable into
17 which the value of the internal parameter specified by PNAM
18 is to be retrieved.
19
21 This routine allows you to retrieve the current value of Natgrid
22 parameters. For a complete list of parameters available in this
23 utility, see the natgrid_params man page.
24
26 To use NNGETI, load the NCAR Graphics library ngmath.
27
29 natgrid, natgrid_params, natgrids, nnseti.
30
31 Complete documentation for Natgrid is available at URL
32 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.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 1997-1998 NNGETI(3NCARG)