logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

c_dsgeti - Retrieves the value of an internal parameter of type int.

Access

       To use c_dsgeti, load the NCAR Graphics library ngmath.

Description

       pnam        A  string  that specifies the name of the parameter to get. The name must appear as the first
                   three characters of the string.

       ival        *ival will be the value currently assigned to the control parameter whose name is pointed  to
                   by pnam.

Function Prototype

       void c_dsgeti(char *, int *);

Name

       c_dsgeti - Retrieves the value of an internal parameter of type int.

See Also

       c_dsgrid,  c_dsgrid_params,  c_dsgrid2s,  c_dsgrid3s,  c_dsgrid2d,  c_dsgrid3d,   c_dspnt2s,   c_dspnt2d,
       c_dspnt3s, c_dspnt3d, c_dsseti.

       Complete documentation for Dsgrid is available at URL
       http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html

Synopsis

       c_dsgeti (char *pnam, int *ival)

Usage

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

See Also