FingerTemplateRecord.get Method

Module: FingerTemplateRecord

Definition

Gets an item of the FingerTemplateRecord object.

get(self, index: int) -> FingerTemplate

Parameters

index int
in Index of the FingerTemplate item to get.

Returns

FingerTemplate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerTemplate item to get.

Returns

FingerTemplate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerTemplate item to get.

Returns

FingerTemplate item to get.

Exceptions

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

Parameters

index int
in Index of the FingerTemplate item to get.

Returns

FingerTemplate item to get.

Exceptions

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

Parameters

index Int32
in Index of the FingerTemplate item to get.

Returns

FingerTemplate item to get.

Exceptions

An error has occurred during Finger Library execution.
int id3FingerTemplateRecord_Get (
    ID3_FINGER_TEMPLATE_RECORD hFingerTemplateRecord,
    int index,
    ID3_FINGER_TEMPLATE hFingerTemplateItem)

Parameters

hFingerTemplateRecord ID3_FINGER_TEMPLATE_RECORD
in Handle to the FingerTemplateRecord object.

index int
in Index of the FingerTemplate item to get.

hFingerTemplateItem ID3_FINGER_TEMPLATE
out FingerTemplate item to get.

Returns

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