XYZShowIsolinesΒΆ

XYZShowIsolines shows or hides the isolines.

bool = XYZShowIsolines(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

If bShow is TRUE (1) the isolines will be displayed and if bShow is FALSE (0) the isolines will not be displayed.

id-1512841