XYZSetPensΒΆ

XYZSetPens sets the pens to plot the isolines.

bool = XYZSetPens(hData, hvPen)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hData

Is the handle of a dataset created with XYZCreate.

hvPen

hvPen Is a vector of pen handles for the different isoline values.

Comment

The changes will come into effect after the function XYZUpdate is called.

id-284045