VVGETC
Gets the current value of a Vectors parameter of type CHARACTER.
- Provided by: libncarg-dev (Version: 6.6.2-10build2)
- Source: ncl
- Report a bug
Gets the current value of a Vectors parameter of type CHARACTER.
CALL VVGETC (CNM,CVL)
#include <ncarg/ncargC.h>
void c_vvgetc(char *cnm, char *cvl, int len)
The C-binding argument descriptions are the same as the FORTRAN argument descriptions with the following exception:
This routine allows you to retrieve the current value of Vectors parameters of type CHARACTER. For a complete list of parameters available in this utility, see the vectors_params man page.
To use VVGETC or c_vvgetc, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in that order.
See the vectors man page for a description of all Vectors error messages and/or informational messages.
Online: vectors, vectors_params, vvectr, vvgeti, vvgetr, vvinit, vvrset, vvsetc, vvseti, vvsetr, vvudmv, vvumxy, ncarg_cbind.
Hardcopy: NCAR Graphics Fundamentals, UNIX Version
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.