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-2009
57 University Corporation for Atmospheric Research
58 The use of this Software is governed by a License Agreement.
59
60
61
62UNIX March 1995 DPSETC(3NCARG)