.. index:: 
  !BiometricVerificationRules.get Method
  
.. _id3_bioseal_biometric_verification_rules_get_class_method:

===============================================================================
BiometricVerificationRules.get Method
===============================================================================

Module: :ref:`BiometricVerificationRules<id3_bioseal_biometric_verification_rules_class>`

Definition
----------

Gets an item of the BiometricVerificationRules object.


.. code:: Dart

    BiometricVerificationRule get(int index)

**Parameters**

.. line-block::

    ``index`` int
    :guilabel:`in` Index of the BiometricVerificationRule item to get.


**Returns**

.. line-block::

    :ref:`BiometricVerificationRule<id3_bioseal_biometric_verification_rule_class>`
    BiometricVerificationRule item to get.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



