1CSGETD(3NCARG) NCAR GRAPHICS CSGETD(3NCARG)
2
3
4
6 CSGETD - Retrieves the value of an internal parameter of type DOUBLE
7 PRECISION.
8
10 CALL CSGETD (PNAM,DVAL)
11
13 PNAM A character string that specifies the name of the parameter
14 to get. The name must appear as the first three characters
15 of the string.
16
17 DVAL A DOUBLE PRECISION variable that is the name of the
18 variable into which the value of the internal parameter
19 specified by PNAM is to be retrieved.
20
22 This routine allows you to retrieve the current value of Cssgrid
23 parameters. For a complete list of parameters available in this
24 utility, see the cssgrid_params man page.
25
27 To use CSGETD, load the NCAR Graphics library ngmath.
28
30 css_overview, cssgrid, cssgrid_params, cssetd.
31
32 Complete documentation for Cssgrid is available at URL
33 http://ngwww.ucar.edu/ngdoc/ng/ngmath/cssgrid/csshome.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 May 2000 CSGETD(3NCARG)