XYIsSelectedΒΆ

XYIsSelected determines whether the dataset is selected.

bSelected = XYIsSelected(hData)

Return Value

bSelected is TRUE (1), if the dataset has been selected, and FALSE (0), if it has not.

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

id-1906795