BiometricVerificationRules.get Method¶
Module: BiometricVerificationRules
Definition¶
Gets an item of the BiometricVerificationRules object.
get(self, index: int) -> BiometricVerificationRule
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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_RULESin Handle to the BiometricVerificationRules object.index
intin Index of the BiometricVerificationRule item to get.hBiometricVerificationRuleItem
ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULEout BiometricVerificationRule item to get.
Returns