XYZSetSelectΒΆ

XYZSetSelect selects the dataset. In the diagram, the selected dataset will be marked with 3 small rectangles at each isoline.

bool = XYZSetSelect(hData, bSelect)

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.

bSelect

bSelect is TRUE (1), when the dataset should be selected, and FALSE (0), when it should be unselected.

Comment

The changes will come into effect only after the function PageReplot is called.

id-1936973