1SFSETC(3NCARG) NCAR GRAPHICS SFSETC(3NCARG)
2
3
4
6 SFSETC - Used to set the character value of a specified internal
7 parameter.
8
10 CALL SFSETC (CNP, CVP)
11
13 #include <ncarg/ncargC.h>
14
15 void c_sfsetc (char *cnp, char *cvp)
16
18 CNP (an input expression of type CHARACTER) is the name of an
19 internal parameter of SOFTFILL. Currently, the only legal
20 value is 'CH' (or any longer string beginning with 'CH'),
21 which stands for "CHaracter".
22
23 CVP (an input expression of type CHARACTER) is the desired new
24 value of the parameter specified by CNP. This value will be
25 used until the next call resetting it.
26
28 The C-binding argument descriptions are the same as the FORTRAN
29 argument descriptions.
30
32 This routine allows you to set the current value of Softfill
33 parameters. For a complete list of parameters available in this
34 utility, see the softfill_params man page.
35
37 Use the ncargex command to see the following relevant examples: sfex01,
38 tsoftf.
39
41 To use SFSETC or c_sfsetc, load the NCAR Graphics libraries ncarg,
42 ncarg_gks, and ncarg_c, preferably in that order.
43
45 See the softfill man page for a description of all Softfill error
46 messages and/or informational messages.
47
49 Online: softfill, softfill_params, sfgetc, sfgeti, sfgetp, sfgetr,
50 sfseti, sfsetp, sfsetr, sfsgfa, sfwrld, ncarg_cbind
51
52 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
53
55 Copyright (C) 1987-2009
56 University Corporation for Atmospheric Research
57
58 The use of this Software is governed by a License Agreement.
59
60
61
62UNIX March 1993 SFSETC(3NCARG)