XYShowΒΆ

XYShow shows or hides a dataset.

bool = XYShow(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 XYCreate or TYCreate.

bShow

If bShow is TRUE (1) the dataset will be displayed. If bShow is FALSE (0) the dataset will be hidden.

Comment

The data of hidden datasets will replaced during data exchange.

id-840110