DCL:GRPH2:UDPACK: Contour Routines: Explanation of Subroutines
Specifies all of the attributes for a contour line and sets a single contour level.
CALL UDSCLV(ZLEV,INDX,ITYP,CLV,HL)
ZLEV (R) The value of a contour level. INDX (I) The line index of a contour line. ITYP (I) The line type of a contour line. CLV (C*(*)) The label for the contour line. HL (R) The height of the label. (Units in VC). When HL≤0, no labels are drawn.
CALL UDQCLN(NLEV).
CALL UDQCLV(ZLEV,INDX,ITYP,CLV,HL,NL).Information concerning the contour level is added as they are set by UDSCLV, so the values of the contour levels inquired by UDQCLV are not necessarily in ascending order.