FingerCandidateList.clear Method¶
Module: FingerCandidateList
Definition¶
Clears the FingerCandidateList object.
clear(self) -> None
Exceptions
An error has occurred during Finger Library execution.
public void Clear()
Exceptions
An error has occurred during Finger Library execution.
public void clear() throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public func clear() throws
Exceptions
An error has occurred during Finger Library execution.
int id3FingerCandidateList_Clear (
ID3_FINGER_CANDIDATE_LIST hFingerCandidateList)
Parameters
hFingerCandidateList
ID3_FINGER_CANDIDATE_LISTin Handle to the FingerCandidateList object.
Returns