DetectedFingerList.clear Method¶
Module: DetectedFingerList
Definition¶
Clears the DetectedFingerList 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 id3DetectedFingerList_Clear (
ID3_DETECTED_FINGER_LIST hDetectedFingerList)
Parameters
hDetectedFingerList
ID3_DETECTED_FINGER_LISTin Handle to the DetectedFingerList object.
Returns