FingerMatchDetailsList.set Method

Module: FingerMatchDetailsList

Definition

Sets an item of the FingerMatchDetailsList object.

set(self, index: int, finger_match_details_item: FingerMatchDetails) -> None

Parameters

index int
in Index of the FingerMatchDetails item to set.

finger_match_details_item FingerMatchDetails
in FingerMatchDetails item to set.

Exceptions

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

Parameters

index int
in Index of the FingerMatchDetails item to set.

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to set.

Exceptions

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

Parameters

index int
in Index of the FingerMatchDetails item to set.

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to set.

Exceptions

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

Parameters

index int
in Index of the FingerMatchDetails item to set.

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to set.

Exceptions

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

Parameters

index Int32
in Index of the FingerMatchDetails item to set.

fingerMatchDetailsItem FingerMatchDetails
in FingerMatchDetails item to set.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetailsList_Set (
    ID3_FINGER_MATCH_DETAILS_LIST hFingerMatchDetailsList,
    int index,
    ID3_FINGER_MATCH_DETAILS hFingerMatchDetailsItem)

Parameters

hFingerMatchDetailsList ID3_FINGER_MATCH_DETAILS_LIST
in Handle to the FingerMatchDetailsList object.

index int
in Index of the FingerMatchDetails item to set.

hFingerMatchDetailsItem ID3_FINGER_MATCH_DETAILS
in FingerMatchDetails item to set.

Returns

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