1DSSETI(3NCARG) NCAR GRAPHICS DSSETI(3NCARG)
2
3
4
6 DSSETI - Sets the value of an internal parameter of type INTEGER.
7
9 CALL DSSETI (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 DSSETI, load the NCAR Graphics library ngmath.
26
28 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
29 dspnt2d, dspnt3s, dspnt3d dsgeti.
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 The use of this Software is governed by a License Agreement.
39
40
41
42
43UNIX September 1997-1998 DSSETI(3NCARG)