FingerMinutiaList.get Method

Module: FingerMinutiaList

Definition

Gets an item of the FingerMinutiaList object.

get(self, index: int) -> FingerMinutia

Parameters

index int
in Index of the FingerMinutia item to get.

Returns

FingerMinutia item to get.

Exceptions

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

Parameters

index int
in Index of the FingerMinutia item to get.

Returns

FingerMinutia item to get.

Exceptions

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

Parameters

index int
in Index of the FingerMinutia item to get.

Returns

FingerMinutia item to get.

Exceptions

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

Parameters

index int
in Index of the FingerMinutia item to get.

Returns

FingerMinutia item to get.

Exceptions

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

Parameters

index Int32
in Index of the FingerMinutia item to get.

Returns

FingerMinutia item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerMinutiaList_Get (
    ID3_FINGER_MINUTIA_LIST hFingerMinutiaList,
    int index,
    ID3_FINGER_MINUTIA hFingerMinutiaItem)

Parameters

hFingerMinutiaList ID3_FINGER_MINUTIA_LIST
in Handle to the FingerMinutiaList object.

index int
in Index of the FingerMinutia item to get.

hFingerMinutiaItem ID3_FINGER_MINUTIA
out FingerMinutia item to get.

Returns

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