XYZSet3DShowIsolinesΒΆ

XYZSet3DShowIsolines shows or hides isolines of a 3D surface map on or off.

bool = XYZSet3DShowIsolines(hData, bShow)

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.

bShow

bShow is TRUE (1), when the isolines should be shown and otherwise FALSE (0).

Comment

Isolines can only be drawn on a surface map with a color gradient.

id-1760195