.. index:: 
  !BiosealLicense.getModuleCount Method
  
.. _id3_bioseal_bioseal_license_get_module_count_class_method:

===============================================================================
BiosealLicense.getModuleCount Method
===============================================================================

Module: :ref:`BiosealLicense<id3_bioseal_bioseal_license_class>`

Definition
----------

Retrieves the number of modules in the license.


.. code:: Dart

    static int getModuleCount()

**Returns**

.. line-block::

    ``int``
    The number of modules in the license.

**Exceptions**

.. line-block::

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



