FingerTemplate.clone Method¶
Module: FingerTemplate
Definition¶
Clones the FingerTemplate object.
clone(self) -> FingerTemplate
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.
FingerTemplate clone()
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplate Clone()
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplate clone() throws FingerException
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.
public func clone() throws -> FingerTemplate
Returns
The newly created finger template.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplate_CopyTo (
ID3_FINGER_TEMPLATE hFingerTemplate,
ID3_FINGER_TEMPLATE hFingerTemplateDst)
Parameters
hFingerTemplate
ID3_FINGER_TEMPLATEin Handle to the FingerTemplate object.hFingerTemplateDst
ID3_FINGER_TEMPLATEout The newly created finger template.
Returns