DetectedFingerList.clone Method¶
Module: DetectedFingerList
Definition¶
Clones the DetectedFingerList object.
clone(self) -> DetectedFingerList
Returns
The newly created detected finger list.
Exceptions
An error has occurred during Finger Library execution.
DetectedFingerList clone()
Returns
The newly created detected finger list.
Exceptions
An error has occurred during Finger Library execution.
public DetectedFingerList Clone()
Returns
The newly created detected finger list.
Exceptions
An error has occurred during Finger Library execution.
public DetectedFingerList clone() throws FingerException
Returns
The newly created detected finger list.
Exceptions
An error has occurred during Finger Library execution.
public func clone() throws -> DetectedFingerList
Returns
The newly created detected finger list.
Exceptions
An error has occurred during Finger Library execution.
int id3DetectedFingerList_CopyTo (
ID3_DETECTED_FINGER_LIST hDetectedFingerList,
ID3_DETECTED_FINGER_LIST hDetectedFingerListDst)
Parameters
hDetectedFingerList
ID3_DETECTED_FINGER_LISTin Handle to the DetectedFingerList object.hDetectedFingerListDst
ID3_DETECTED_FINGER_LISTout The newly created detected finger list.
Returns