1DSSETC(3NCARG) NCAR GRAPHICS DSSETC(3NCARG)
2
3
4
6 DSSETC - Sets the value of an internal parameter of type CHARACTER.
7
9 CALL DSSETC (PNAM, CVAL);
10
12 PNAM A character string that specifies the name of the parameter
13 to be set. The name must appear as the first three
14 characters of the string.
15
16 CVAL A character string that is the value to be assigned to the
17 internal parameter specified by pnam.
18
20 This function allows you to set the current value of Dsgrid parameters.
21 For a complete list of parameters available in this utility, see the
22 dsgrid_params man page.
23
25 To use DSSETC, load the NCAR Graphics library ngmath.
26
28 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
29 dspnt2d, dspnt3s, dspnt3d dsgetc.
30
31 Complete documentation for Dsgrid is available at URL
32 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
33
35 Copyright (C) 2000
36 University Corporation for Atmospheric Research
37
38 This documentation is free software; you can redistribute it and/or
39 modify it under the terms of the GNU General Public License as
40 published by the Free Software Foundation; either version 2 of the
41 License, or (at your option) any later version.
42
43 This software is distributed in the hope that it will be useful, but
44 WITHOUT ANY WARRANTY; without even the implied warranty of
45 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
46 General Public License for more details.
47
48 You should have received a copy of the GNU General Public License along
49 with this software; if not, write to the Free Software Foundation,
50 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
51
52
53
54
55
56UNIX September 1997-1998 DSSETC(3NCARG)