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

NAME

6       IDSETI - Provides a new integer value for a Bivar parameter.
7

SYNOPSIS

9       CALL IDSETI (PNAM,IVAL)
10

C-BINDING SYNOPSIS

12       #include <ncarg/ncargC.h>
13
14       void c_idseti (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 Bivar parameters.
33       For a complete list of parameters available in this utility, see the
34       bivar_params man page.
35

ACCESS

37       To use IDSETI or c_idseti, load the NCAR Graphics libraries ncarg,
38       ncarg_gks, and ncarg_c, preferably in that order.
39

MESSAGES

41       See the bivar man page for a description of all Bivar error messages
42       and/or informational messages.
43

SEE ALSO

45       Online: bivar, bivar_params, idbvip, idsfft, idpltr, idgeti, idgetr,
46       idsetr, ncarg_cbind
47
48       Hardcopy: NCAR Graphics Contouring and Mapping Tutorial; NCAR Graphics
49       Fundamentals, UNIX Version
50
52       Copyright (C) 1987-2007
53       University Corporation for Atmospheric Research
54
55       This documentation is free software; you can redistribute it and/or
56       modify it under the terms of the GNU General Public License as
57       published by the Free Software Foundation; either version 2 of the
58       License, or (at your option) any later version.
59
60       This software is distributed in the hope that it will be useful, but
61       WITHOUT ANY WARRANTY; without even the implied warranty of
62       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
63       General Public License for more details.
64
65       You should have received a copy of the GNU General Public License along
66       with this software; if not, write to the Free Software Foundation,
67       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
68
69
70
71UNIX                             November 1995                  IDSETI(3NCARG)
Impressum