1DSGETC(3NCARG) NCAR GRAPHICS DSGETC(3NCARG)
2
3
4
6 DSGETC - Retrieves the value of an internal parameter of type
7 CHARACTER.
8
10 CALL DSGETC (PNAM,CVAL)
11
13 PNAM A character string that specifies the name of the parameter
14 to be retrieved. The name must appear as the first three
15 characters of the string.
16
17 CVAL A character string that is the name of the variable into
18 which the value of the internal parameter specified by PNAM
19 is to be retrieved.
20
22 This routine allows you to retrieve the current value of Dsgrid
23 parameters. For a complete list of parameters available in this
24 utility, see the dsgrid_params man page.
25
27 To use DSGETC, load the NCAR Graphics library ngmath.
28
30 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
31 dspnt2d, dspnt3s, dspnt3d dssetc.
32
33 Complete documentation for Dsgrid is available at URL
34 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
35
37 Copyright (C) 2000
38 University Corporation for Atmospheric Research
39
40 The use of this Software is governed by a License Agreement.
41
42
43
44UNIX September 1997-1998 DSGETC(3NCARG)