XYZSet3DOutsidePenΒΆ

XYZSet3DOutsidePen sets the line style for the 3D surface map grid outside of the data hull.

bool = XYZSet3DOutsidePen(hData, hPen)

Return Value

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

Parameters

hData

The handle of a dataset created with XYZCreate.

hPen

hPen is the handle of the pen created with PenCreate.

id-884731