1NGSETC(3NCARG) NCAR GRAPHICS NGSETC(3NCARG)
2
3
4
6 NGSETC - Used to set the character value of a specified internal
7 parameter.
8
10 CALL NGSETC (CNP, CVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_ngsetc (char *cnp, char *cvp)
16
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
27 The C-binding argument descriptions are the same as the FORTRAN
28 argument descriptions.
29
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
36 To use NGSETC or c_ngsetc, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
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-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
67
68UNIX April 1994 NGSETC(3NCARG)