8.2.5 udsclv

1.
Function
Specifies all of the attributes for a contour line and sets a single contour level.
2.
Call
NumRu::DCL.udsclv(zlev,indx,ityp,clv,hl)
3.
Explanation of Parameters
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.
4.
Notes
(a)
UDGCLA and UDGCLB call this routine internally. When you wish to draw auxiliary lines, call udgcla and udgclb before calling this routine to add an extra contour level.
(b)
The length of the label (CLV) must be shorter than 8.
(c)
The number of contour levels currently set can be inquired with
nlev = NumRu::DCL.udqcln().

(d)
The attributes of the NLth contour level can be inquired with
zlev, indx, ityp, clv, hl = NumRu::DCL.udqclv(nlev).
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.