BiometricVerificationRules.count Property¶
Module: BiometricVerificationRules
Type: int
Definition¶
Gets the number of elements contained in the list
int get count => getCount();
Exceptions
An error has occurred during Bioseal Library execution.
public int count
{
get => Getcount();
}
Exceptions
An error has occurred during Bioseal Library execution.
public int getCount() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var count: Int
get {
return Int(try! getCount())
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealBiometricVerificationRules_GetCount (ID3_BIOSEAL_BIOMETRIC_VERIFICATION_RULES hBiometricVerificationRules, int * count)
Returns