1c_shgeti(3NCARG)                 NCAR GRAPHICS                c_shgeti(3NCARG)
2
3
4
5Sh
6

NAME

8       c_shgeti - Retrieves the value of an internal parameter of type int.
9

FUNCTION PROTOTYPE

11       void c_shgeti(char *, int *);
12

SYNOPSIS

14       c_shgeti (pnam,ival)
15

DESCRIPTION

17       pnam        A string that specifies the name of the parameter to get.
18                   The name must appear as the first three characters of the
19                   string.
20
21       ival        *ival will be the value currently assigned to the control
22                   parameter whose name is pointed to by pnam.
23

USAGE

25       This routine allows you to retrieve the current value of Shgrid
26       parameters.  For a complete list of parameters available in this
27       utility, see the shgrid_params man page.
28

ACCESS

30       To use c_shgeti, load the NCAR Graphics library ngmath.
31

SEE ALSO

33       c_shgrid, c_shgetnp, shgrid_params, c_shgrid, c_shseti.
34
35       Complete documentation for Shgrid is available at URL
36       http://ngwww.ucar.edu/ngdoc/ng/ngmath/shgrid/shhome.html
37
39       Copyright (C) 2000
40       University Corporation for Atmospheric Research
41
42       This documentation is free software; you can redistribute it and/or
43       modify it under the terms of the GNU General Public License as
44       published by the Free Software Foundation; either version 2 of the
45       License, or (at your option) any later version.
46
47       This software is distributed in the hope that it will be useful, but
48       WITHOUT ANY WARRANTY; without even the implied warranty of
49       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
50       General Public License for more details.
51
52       You should have received a copy of the GNU General Public License along
53       with this software; if not, write to the Free Software Foundation,
54       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
55
56
57
58
59UNIX                            September 1999                c_shgeti(3NCARG)
Impressum