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

NAME

6       ARSETI - Provides a new integer value for an Areas parameter.
7

SYNOPSIS

9       CALL ARSETI (PNAM,IVAL)
10

C-BINDING SYNOPSIS

12       #include <ncarg/ncargC.h>
13
14       void c_arseti (char *pnam, int ival)
15

DESCRIPTION

17       PNAM        (an input constant or variable of type CHARACTER) - The
18                   name of the parameter that you want to set. The character
19                   string can be of any length, but only the first two
20                   characters of it will be examined.
21
22       IVAL        (an input expression of type INTEGER) - The integer value
23                   you select for the parameter.  If the parameter is of type
24                   INTEGER, it will be given the value IVAL; if is is of type
25                   REAL, it will be given the value REAL(IVAL).
26

C-BINDING DESCRIPTION

28       The C-binding argument descriptions are the same as the FORTRAN
29       argument descriptions.
30

USAGE

32       This routine allows you to set the current value of Areas parameters.
33       For a complete list of parameters available in this utility, see the
34       areas_params man page.
35

EXAMPLES

37       Use the ncargex command to see the following relevant examples: cardb1,
38       arex01.
39

ACCESS

41       To use ARSETI or c_arseti, load the NCAR Graphics libraries ncarg,
42       ncarg_gks, and ncarg_c, preferably in that order.
43

MESSAGES

45       See the areas man page for a description of all Areas error messages
46       and/or informational messages.
47

SEE ALSO

49       Online: areas, areas_params, ardbpa, ardrln, aredam, argeti, argetr,
50       argtai, arinam, armvam, arpram, arscam, arsetr, ncarg_cbind
51
52       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial
53
55       Copyright (C) 1987-2009
56       University Corporation for Atmospheric Research
57       The use of this Software is governed by a License Agreement.
58
59
60
61UNIX                              March 1993                    ARSETI(3NCARG)
Impressum