1CSSETI(3NCARG) NCAR GRAPHICS CSSETI(3NCARG)
2
3
4
6 CSSETI - Sets the value of an internal parameter of type INTEGER.
7
9 CALL CSSETI (PNAM,IVAL)
10
12 PNAM A character string that specifies the name of the parameter
13 to be set.
14
15 IVAL An INTEGER value that is the value to be assigned to the
16 internal parameter specified by PNAM.
17
19 This routine allows you to set the current value of Cssgrid parameters.
20 For a complete list of parameters available in this utility, see the
21 cssgrid_params man page.
22
24 To use CSSETI, load the NCAR Graphics library ngmath.
25
27 css_overview, cssgrid, cssgrid_params, cssgeti.
28
29 Complete documentation for Cssgrid is available at URL
30 http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.html
31
33 Copyright (C) 2000
34 University Corporation for Atmospheric Research
35
36 The use of this Software is governed by a License Agreement.
37
38
39
40UNIX May 2000 CSSETI(3NCARG)