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_CANDIDATEin Handle to the FingerCandidate object.hFingerCandidateDst
ID3_FINGER_CANDIDATEout The newly created finger candidate.
Returns