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_LIST
in Handle to the DetectedFingerList object.

hDetectedFingerListDst ID3_DETECTED_FINGER_LIST
out The newly created detected finger list.

Returns

int
An error code.
See id3FingerError file for the list of possible error codes.