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

NAME

6       NGSETC - Used to set the character value of a specified internal
7       parameter.
8

SYNOPSIS

10       CALL NGSETC (CNP, CVP)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       void c_ngsetc (char *cnp, char *cvp)
16

DESCRIPTION

18       CNP         (an input expression of type CHARACTER) is the name of an
19                   internal parameter of Ngmisc.  Only the first two
20                   characters will be examined.
21
22       CVP         (an input expression of type CHARACTER) is the desired new
23                   value of the parameter specified by CNP. This value will be
24                   used until the next call resetting it.
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 NGSETC or c_ngsetc, load the NCAR Graphics libraries ncarg,
37       ncarg_gks, and ncarg_c, preferably in that order.
38

SEE ALSO

40       Online: ngmisc_params, nggetc, ngseti, nggeti, ngsetr, nggetr,
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
51       The use of this Software is governed by a License Agreement.
52
53
54
55UNIX                              April 1994                    NGSETC(3NCARG)
Impressum