BiometricVerificationRules.get Method

Module: BiometricVerificationRules

Definition

Gets an item of the BiometricVerificationRules object.

get(self, index: int) -> BiometricVerificationRule

Parameters

index int
in Index of the BiometricVerificationRule item to get.

Returns

BiometricVerificationRule item to get.

Exceptions

An error has occurred during Bioseal Library execution.
BiometricVerificationRule get(int index)

Parameters

index int
in Index of the BiometricVerificationRule item to get.

Returns

BiometricVerificationRule item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public BiometricVerificationRule Get(int index)

Parameters

index int
in Index of the BiometricVerificationRule item to get.

Returns

BiometricVerificationRule item to get.

Exceptions

An error has occurred during Bioseal Library execution.
public BiometricVerificationRule get(int index) throws BiosealException

Parameters

index int
in Index of the BiometricVerificationRule item to get.

Returns

BiometricVerificationRule item to get.

Exceptions

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

Parameters

index Int32
in Index of the BiometricVerificationRule item to get.

Returns

BiometricVerificationRule item to get.

Exceptions

An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRules_Get (
    ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES hBiometricVerificationRules,
    int index,
    ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULE hBiometricVerificationRuleItem)

Parameters

hBiometricVerificationRules ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES
in Handle to the BiometricVerificationRules object.

index int
in Index of the BiometricVerificationRule item to get.

hBiometricVerificationRuleItem ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULE
out BiometricVerificationRule item to get.

Returns

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