PointList.clear Method¶
Module: PointList
Definition¶
Clears the PointList object.
clear(self) -> None
Exceptions
An error has occurred during Document Library execution.
public void Clear()
Exceptions
An error has occurred during Document Library execution.
public void clear() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func clear() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentPointList_Clear (
ID3_DOCUMENT_POINT_LIST hPointList)
Parameters
hPointList
ID3_DOCUMENT_POINT_LISTin Handle to the PointList object.
Returns