1DSGETR(3NCARG) NCAR GRAPHICS DSGETR(3NCARG)
2
3
4
6 DSGETR - Retrieves the value of an internal parameter of type REAL.
7
9 CALL DSGETR (PNAM,RVAL)
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 RVAL A REAL variable that is the name of the variable into which
17 the value of the internal parameter specified by PNAM is to
18 be retrieved.
19
21 This routine allows you to retrieve the current value of Dsgrid
22 parameters. For a complete list of parameters available in this
23 utility, see the dsgrid_params man page.
24
26 To use DSGETR, load the NCAR Graphics library ngmath.
27
29 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
30 dspnt2d, dspnt3s, dspnt3d dssetr.
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
43UNIX September 1997-1998 DSGETR(3NCARG)