FingerImageRecord.get Method

Module: FingerImageRecord

Definition

Gets an item of the FingerImageRecord object.

get(self, index: int) -> FingerImage

Parameters

index int
in Index of the FingerImage item to get.

Returns

FingerImage item to get.

Exceptions

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

Parameters

index int
in Index of the FingerImage item to get.

Returns

FingerImage item to get.

Exceptions

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

Parameters

index int
in Index of the FingerImage item to get.

Returns

FingerImage item to get.

Exceptions

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

Parameters

index int
in Index of the FingerImage item to get.

Returns

FingerImage item to get.

Exceptions

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

Parameters

index Int32
in Index of the FingerImage item to get.

Returns

FingerImage item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerImageRecord_Get (
    ID3_FINGER_IMAGE_RECORD hFingerImageRecord,
    int index,
    ID3_FINGER_IMAGE hFingerImageItem)

Parameters

hFingerImageRecord ID3_FINGER_IMAGE_RECORD
in Handle to the FingerImageRecord object.

index int
in Index of the FingerImage item to get.

hFingerImageItem ID3_FINGER_IMAGE
out FingerImage item to get.

Returns

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