XYZGet3DInsidePenΒΆ

XYZGet3DInsidePen returns the line style of the 3D surface map grid lines inside the data hull.

hPen = XYZGet3DInsidePen(hData)

Return Value

hPen is the handle of the pen created with PenCreate.

Parameters

hData

A handle for a dataset created with XYZCreate.

Comment

The pen object should be deleted after its use with PenDestroy.

id-269601