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 The use of this Software is governed by a License Agreement.
40
41
42
43
44UNIX September 1997-1998 DSGETI(3NCARG)