FingerCandidate.clone Method

Module: FingerCandidate

Definition

Clones the FingerCandidate object.

clone(self) -> FingerCandidate

Returns

The newly created finger candidate.

Exceptions

An error has occurred during Finger Library execution.
FingerCandidate clone()

Returns

The newly created finger candidate.

Exceptions

An error has occurred during Finger Library execution.
public FingerCandidate Clone()

Returns

The newly created finger candidate.

Exceptions

An error has occurred during Finger Library execution.
public FingerCandidate clone() throws FingerException

Returns

The newly created finger candidate.

Exceptions

An error has occurred during Finger Library execution.
public func clone() throws -> FingerCandidate

Returns

The newly created finger candidate.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerCandidate_CopyTo (
    ID3_FINGER_CANDIDATE hFingerCandidate,
    ID3_FINGER_CANDIDATE hFingerCandidateDst)

Parameters

hFingerCandidate ID3_FINGER_CANDIDATE
in Handle to the FingerCandidate object.

hFingerCandidateDst ID3_FINGER_CANDIDATE
out The newly created finger candidate.

Returns

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