FingerCandidateList.get Method

Module: FingerCandidateList

Definition

Gets an item of the FingerCandidateList object.

get(self, index: int) -> FingerCandidate

Parameters

index int
in Index of the FingerCandidate item to get.

Returns

FingerCandidate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerCandidate item to get.

Returns

FingerCandidate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerCandidate item to get.

Returns

FingerCandidate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerCandidate item to get.

Returns

FingerCandidate item to get.

Exceptions

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

Parameters

index Int32
in Index of the FingerCandidate item to get.

Returns

FingerCandidate item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerCandidateList_Get (
    ID3_FINGER_CANDIDATE_LIST hFingerCandidateList,
    int index,
    ID3_FINGER_CANDIDATE hFingerCandidateItem)

Parameters

hFingerCandidateList ID3_FINGER_CANDIDATE_LIST
in Handle to the FingerCandidateList object.

index int
in Index of the FingerCandidate item to get.

hFingerCandidateItem ID3_FINGER_CANDIDATE
out FingerCandidate item to get.

Returns

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