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

NAME

6       NGSETI - Provides a new integer value for an internal parameter of
7       Ngmisc of type INTEGER.  See the ngmisc_params man page for a complete
8       list of all the ngmisc internal parameters.
9

SYNOPSIS

11       CALL NGSETI (PNAM, IVAL)
12

C-BINDING SYNOPSIS

14       #include <ncarg/ncargC.h>
15
16       void c_ngseti (char *pnam, int ival)
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       IVAL        (an input expression of type INTEGER) is the desired value
24                   of 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 NGSETI or c_ngseti,  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, nggeti, nggetc, ngsetc, nggetr, ngsetr,
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-2009
49       University Corporation for Atmospheric Research
50       The use of this Software is governed by a License Agreement.
51
52
53
54UNIX                              April 1994                    NGSETI(3NCARG)
Impressum