1DPSETC(3NCARG) NCAR GRAPHICS DPSETC(3NCARG)
2
3
4
6 DPSETC - Gives a new character value to a specified internal parameter.
7
9 CALL DPSETC (PNAM,CVAL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_dpsetc (char *pnam, char *cval)
15
17 PNAM (an input constant or variable of type CHARACTER) specifies
18 the name of the parameter to be set. The name must appear
19 as the first three characters of the string. Other
20 characters may be used to document the use of the parameter
21 being set; for example, instead of just ´CRB´, one can use
22 ´CRB - CHARACTER REPRESENTING BREAK´.
23
24 CVAL (an input constant or variable of type CHARACTER) is the
25 value to be assigned to the internal parameter specified by
26 PNAM.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 This routine allows you to set the current value of Dashpack
34 parameters. For a complete list of parameters available in this
35 utility, see the dashpack_params man page.
36
38 Use the ncargex command to see the following relevant examples: tdshpk.
39
41 To use DPSETC or c_dpsetc, load the NCAR Graphics libraries ncarg,
42 ncarg_gks, and ncarg_c, preferably in that order.
43
45 See the dashpack man page for a description of all Dashpack error
46 messages and/or informational messages.
47
49 Online: dashpack, dashpack_params, dpcurv, dpdraw, dpfrst, dpgetc,
50 dpgeti, dpgetr, dplast, dpline, dpseti, dpsetr, dpsmth, dpvect,
51 ncarg_cbind.
52
53 Hardcopy: None.
54
56 Copyright (C) 1987-2007
57 University Corporation for Atmospheric Research
58
59 This documentation is free software; you can redistribute it and/or
60 modify it under the terms of the GNU General Public License as
61 published by the Free Software Foundation; either version 2 of the
62 License, or (at your option) any later version.
63
64 This software is distributed in the hope that it will be useful, but
65 WITHOUT ANY WARRANTY; without even the implied warranty of
66 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
67 General Public License for more details.
68
69 You should have received a copy of the GNU General Public License along
70 with this software; if not, write to the Free Software Foundation,
71 Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
72
73
74
75UNIX March 1995 DPSETC(3NCARG)