PointList.clear Method¶
Module: PointList
Definition¶
Clears the PointList object.
clear(self) -> None
Exceptions
An error has occurred during Devices Library execution.
public void Clear()
Exceptions
An error has occurred during Devices Library execution.
public void clear() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPointList_Clear (
ID3_DEVICES_POINT_LIST hPointList)
Parameters
hPointList
ID3_DEVICES_POINT_LISTin Handle to the PointList object.
Returns