1c_dsgetc(3NCARG)                 NCAR GRAPHICS                c_dsgetc(3NCARG)
2
3
4

NAME

6       c_dsgetc - Retrieve values for char valued parameters
7

FUNCTION PROTOTYPE

9       void c_dsgetc(char *, char *);
10

SYNOPSIS

12       void c_dsgetc (char *pnam, char *cval);
13

DESCRIPTION

15       pnam        A  string  that  specifies  the name of the parameter to be
16                   set.
17
18       cval        A string specifying the value to be assigned to the  inter‐
19                   nal parameter specified by pnam.
20

USAGE

22       This  routine allows you to set the current value of Dsgrid parameters.
23       For a complete list of parameters available in this  utility,  see  the
24       dsgrid_params man page.
25

ACCESS

27       To use c_dsgetc, load the NCAR Graphics library ngmath.
28

SEE ALSO

30       c_dsgrid,    c_dsgrid_params,   c_dsgrid2s,   c_dsgrid3s,   c_dsgrid2d,
31       c_dsgrid3d, c_dspnt2s, c_dspnt2d, c_dspnt3s, c_dspnt3d c_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       This documentation is free software; you  can  redistribute  it  and/or
41       modify  it  under  the  terms of the GNU General Public License as pub‐
42       lished by the  Free  Software  Foundation;  either  version  2  of  the
43       License, or (at your option) any later version.
44
45       This  software  is  distributed in the hope that it will be useful, but
46       WITHOUT ANY  WARRANTY;  without  even  the  implied  warranty  of  MER‐
47       CHANTABILITY  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General
48       Public License for more details.
49
50       You should have received a copy of the GNU General Public License along
51       with  this  software;  if  not,  write to the Free Software Foundation,
52       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
53
54
55
56
57UNIX                          September 1997-1998             c_dsgetc(3NCARG)
Impressum