1GASETC(3NCARG) NCAR GRAPHICS GASETC(3NCARG)
2
3
4
6 GASETC - Gives a new value to a specified internal parameter of type
7 CHARACTER.
8
10 CALL GASETC (PNAM,CVAL)
11
13 #include <ncarg/ncargC.h>
14
15 void c_gasetc (char *pnam, char *cval)
16
18 PNAM (an input constant or variable of type CHARACTER) is a
19 string three or more characters in length, the first three
20 characters of which constitute the name of the internal
21 parameter whose value is to be set.
22
23 CVAL (an input expression of type CHARACTER) is the new value to
24 be given to the internal parameter specified by PNAM.
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 Gridall parameters.
32 For a complete list of parameters available in this utility, see the
33 gridall_params man page.
34
36 To use GASETC or c_gasetc, load the NCAR Graphics libraries ncarg,
37 ncarg_gks, and ncarg_c, preferably in that order.
38
40 See the gridall man page for a description of all Gridall error
41 messages and/or informational messages.
42
44 Online: gridall, gridall_params, gacolr, gagetc, gageti, gagetr,
45 gaseti, gasetr, grid, gridal, gridl, halfax, labmod, perim, periml,
46 tick4, ticks ncarg_cbind.
47
48 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
49
51 Copyright (C) 1987-2007
52 University Corporation for Atmospheric Research
53
54 This documentation is free software; you can redistribute it and/or
55 modify it under the terms of the GNU General Public License as
56 published by the Free Software Foundation; either version 2 of the
57 License, or (at your option) any later version.
58
59 This software is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of
61 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
62 General Public License for more details.
63
64 You should have received a copy of the GNU General Public License along
65 with this software; if not, write to the Free Software Foundation,
66 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
67
68
69
70UNIX March 1993 GASETC(3NCARG)