1c_cssetd(3NCARG) NCAR GRAPHICS c_cssetd(3NCARG)
2
3
4
6 c_cssetd - set double valued parameters
7
9 void c_cssetd(char *, double);
10
12 void c_cssetd(pnam, dval);
13
15 pnam A string that specifies the name of the parameter to be
16 set.
17
18 dval A double value to be assigned to the internal parameter
19 specified by pnam.
20
22 This routine allows you to set the current value of Cssgrid parameters.
23 For a complete list of parameters available in this utility, see the
24 csgrid_params man page.
25
27 To use c_cssetd, load the NCAR Graphics library ngmath.
28
30 c_csgrid, c_cssetr, c_csgetd, csgrid_params.
31
32 Complete documentation for Cssgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/csgrid/cshome.html
34
36 Copyright (C) 2000
37 University Corporation for Atmospheric Research
38
39 The use of this Software is governed by a License Agreement.
40
41
42
43UNIX May 2000 c_cssetd(3NCARG)