XYZSetHullPenΒΆ

XYZSetHullPen sets the pen style for the hull.

bool = XYZSetHullPen(hData, hPen)

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.

hPen

hPen Is the handle of the pen to be used to draw the hull.

Comment

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

id-1001467