.. index:: 
  !BiosealLicense.getModuleValue Method
  
.. _id3_bioseal_bioseal_license_get_module_value_class_method:

===============================================================================
BiosealLicense.getModuleValue Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Retrieves the value associated to the specified license module.


.. code:: Dart

    static int getModuleValue(String? name)

**Parameters**

.. line-block::

    ``name`` String
    :guilabel:`in` Name of the requested module.


**Returns**

.. line-block::

    ``int``
    The value associated to the licence module.

**Exceptions**

.. line-block::

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



