FingerTemplateRecord.clone Method¶
Module: FingerTemplateRecord
Definition¶
Clones the FingerTemplateRecord object.
clone(self) -> FingerTemplateRecord
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.
FingerTemplateRecord clone()
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplateRecord Clone()
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.
public FingerTemplateRecord clone() throws FingerException
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.
public func clone() throws -> FingerTemplateRecord
Returns
The newly created finger template record.
Exceptions
An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_CopyTo (
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecordDst)
Parameters
hFingerTemplateRecord
ID3_FINGER_TEMPLATE_RECORDin Handle to the FingerTemplateRecord object.hFingerTemplateRecordDst
ID3_FINGER_TEMPLATE_RECORDout The newly created finger template record.
Returns