FingerMatchDetailsList.get Method

Module: FingerMatchDetailsList

Definition

Gets an item of the FingerMatchDetailsList object.

get(self, index: int) -> FingerMatchDetails

Parameters

index int
in Index of the FingerMatchDetails item to get.

Returns

FingerMatchDetails item to get.

Exceptions

An error has occurred during Finger Library execution.
FingerMatchDetails get(int index)

Parameters

index int
in Index of the FingerMatchDetails item to get.

Returns

FingerMatchDetails item to get.

Exceptions

An error has occurred during Finger Library execution.
public FingerMatchDetails Get(int index)

Parameters

index int
in Index of the FingerMatchDetails item to get.

Returns

FingerMatchDetails item to get.

Exceptions

An error has occurred during Finger Library execution.
public FingerMatchDetails get(int index) throws FingerException

Parameters

index int
in Index of the FingerMatchDetails item to get.

Returns

FingerMatchDetails item to get.

Exceptions

An error has occurred during Finger Library execution.
public func get(index: Int32) throws -> FingerMatchDetails

Parameters

index Int32
in Index of the FingerMatchDetails item to get.

Returns

FingerMatchDetails item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMatchDetailsList_Get (
    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 get.

hFingerMatchDetailsItem ID3_FINGER_MATCH_DETAILS
out FingerMatchDetails item to get.

Returns

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