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

NAME

6       NGSETR - Provides a new real value for an internal parameter of Ngmisc
7       of type REAL.  See the ngmisc_params man page for a complete list of
8       all the Ngmisc internal parameters.
9

SYNOPSIS

11       CALL NGSETR (PNAM, RVAL)
12

C-BINDING SYNOPSIS

14       #include <ncarg/ncargC.h>
15
16       void c_ngsetr (char *pnam, float rval)
17

DESCRIPTION

19       PNAM        (an input constant or variable of type CHARACTER) specifies
20                   the name of the parameter to be set. Only the first two
21                   characters of the string are examined.
22
23       RVAL        (an input expression of type REAL) is the desired value of
24                   the internal parameter.
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 set the current value of Ngmisc parameters.
32       For a complete list of parameters available in this utility, see the
33       ngmisc_params man page.
34

ACCESS

36       To use NGSETR or c_ngsetr, load the NCAR Graphics libraries ncarg,
37       ncarg_gks, ncarg_c, and ncarg_c, preferably in that order.
38

SEE ALSO

40       Online: ngmisc_params, nggetr, ngsetc, nggetc, ngseti, nggeti,
41       ncarg_cbind.
42
43       Online URL:  http://ngwww.ucar.edu/ngdoc/ng/gks/gkshome.html
44
45       Hardcopy: NCAR Graphics Fundamentals, UNIX Version;
46
48       Copyright (C) 1987-2007
49       University Corporation for Atmospheric Research
50
51       This documentation is free software; you can redistribute it and/or
52       modify it under the terms of the GNU General Public License as
53       published by the Free Software Foundation; either version 2 of the
54       License, or (at your option) any later version.
55
56       This software is distributed in the hope that it will be useful, but
57       WITHOUT ANY WARRANTY; without even the implied warranty of
58       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59       General Public License for more details.
60
61       You should have received a copy of the GNU General Public License along
62       with this software; if not, write to the Free Software Foundation,
63       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX                              April 1994                    NGSETR(3NCARG)
Impressum