1c_shgeti(3NCARG) NCAR GRAPHICS c_shgeti(3NCARG)
2
3
4
5Sh
6
8 c_shgeti - Retrieves the value of an internal parameter of type int.
9
11 void c_shgeti(char *, int *);
12
14 c_shgeti (pnam,ival)
15
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
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
30 To use c_shgeti, load the NCAR Graphics library ngmath.
31
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 The use of this Software is governed by a License Agreement.
43
44
45
46UNIX September 1999 c_shgeti(3NCARG)