.. index:: 
  !BiosealLicense.getModuleName Method
  
.. _id3_bioseal_bioseal_license_get_module_name_class_method:

===============================================================================
BiosealLicense.getModuleName Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Retrieves the name of the specified license module.


.. code:: Dart

    static String getModuleName(int index)

**Parameters**

.. line-block::

    ``index`` int
    :guilabel:`in` Index of the module, starting from 0.


**Returns**

.. line-block::

    ``String``
    The license module name.

**Exceptions**

.. line-block::

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



