The Fortran name of this function is NhlFNDCPolyline.
Given arrays containing the X and Y coordinates of points in NDC space, this function outputs an immediate-mode polyline connecting each of the points.
#include <ncarg/hlu/hlu.h> #include <hfile for Transform class object> NhlErrorTypes NhlNDCPolyline( int pid, float *x, float *y, int n, )
subroutine NhlFNDCPolyline(pid, x, y, n, ierr) integer pid, n, ierr float x(n), y(n)
V4.0 NOTE: There is currently no public interface for setting the line attributes of immediate mode polylines.
Value | Meaning --------+------------------------------------------------- NOERROR | function successful --------+------------------------------------------------- INFO | minor recoverable error --------+------------------------------------------------- WARNING | recoverable error --------+------------------------------------------------- FATAL | function failed; continuing the program | may result in core dump
NG4 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?