FingerTemplateRecord.set Method

Module: FingerTemplateRecord

Definition

Sets an item of the FingerTemplateRecord object.

set(self, index: int, finger_template_item: FingerTemplate) -> None

Parameters

index int
in Index of the FingerTemplate item to set.

finger_template_item FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
void set(int index, FingerTemplate fingerTemplateItem)

Parameters

index int
in Index of the FingerTemplate item to set.

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
public void Set(int index, FingerTemplate fingerTemplateItem)

Parameters

index int
in Index of the FingerTemplate item to set.

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
public void set(int index, FingerTemplate fingerTemplateItem) throws FingerException

Parameters

index int
in Index of the FingerTemplate item to set.

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
public func set(index: Int32, fingerTemplateItem: FingerTemplate) throws

Parameters

index Int32
in Index of the FingerTemplate item to set.

fingerTemplateItem FingerTemplate
in FingerTemplate item to set.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_Set (
    ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
    int index,
    ID3_FINGER_TEMPLATE hFingerTemplateItem)

Parameters

hFingerTemplateRecord ID3_FINGER_TEMPLATE_RECORD
in Handle to the FingerTemplateRecord object.

index int
in Index of the FingerTemplate item to set.

hFingerTemplateItem ID3_FINGER_TEMPLATE
in FingerTemplate item to set.

Returns

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