FingerMatchDetailsList.clear Method¶
Module: FingerMatchDetailsList
Definition¶
Clears the FingerMatchDetailsList 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 id3FingerMatchDetailsList_Clear (
ID3_FINGER_MATCH_DETAILS_LIST hFingerMatchDetailsList)
Parameters
hFingerMatchDetailsList
ID3_FINGER_MATCH_DETAILS_LISTin Handle to the FingerMatchDetailsList object.
Returns