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

NAME

6       GASETC - Gives a new value to a specified internal parameter of type
7       CHARACTER.
8

SYNOPSIS

10       CALL GASETC (PNAM,CVAL)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       void c_gasetc (char *pnam, char *cval)
16

DESCRIPTION

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

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 Gridall parameters.
32       For a complete list of parameters available in this utility, see the
33       gridall_params man page.
34

ACCESS

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

MESSAGES

40       See the gridall man page for a description of all Gridall error
41       messages and/or informational messages.
42

SEE ALSO

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-2009
52       University Corporation for Atmospheric Research
53       The use of this Software is governed by a License Agreement.
54
55
56
57UNIX                              March 1993                    GASETC(3NCARG)
Impressum