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_TEMPLATE
in Handle to the FingerTemplate object.

hFingerTemplateDst ID3_FINGER_TEMPLATE
out The newly created finger template.

Returns

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