XYSetFirstPointΒΆ

XYSetFirstPoint is used internally. The function is used if only a range of data points are loaded.

bool = XYSetFirstPoint(hData, iFirstPoint)

Return Value

bool is TRUE (1) is the function is successful otherwise FALSE (0).

Parameters

hData

The handle of a dataset created with XYCreate or TYCreate.

iFirstPoint

iFirstPoint is the index of the first point loaded.

id-1311072