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