1c_csgeti(3NCARG) NCAR GRAPHICS c_csgeti(3NCARG)
2
3
4
6 c_csgeti - Retrieves the value of an internal parameter of type int.
7
9 void c_csgeti(char *, int *);
10
12 c_csgeti (pnam,ival)
13
15 pnam A string that specifies the name of the parameter to get.
16 The name must appear as the first three characters of the
17 string.
18
19 ival *ival will be the value currently assigned to the control
20 parameter whose name is pointed to by pnam.
21
23 This routine allows you to retrieve the current value of Cssgrid
24 parameters. For a complete list of parameters available in this
25 utility, see the csgrid_params man page.
26
28 To use c_csgeti, load the NCAR Graphics library ngmath.
29
31 c_csgrid, csgrid_params, c_csseti.
32
33 Complete documentation for Cssgrid is available at URL
34 http://ngwww.ucar.edu/ngdoc/ng/ngmath/csgrid/cshome.html
35
37 Copyright (C) 2000
38 University Corporation for Atmospheric Research
39
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX May 2000 c_csgeti(3NCARG)