.. index:: 
  !Field.getObjectAtIndex Method
  
.. _id3_bioseal_field_get_object_at_index_class_method:

===============================================================================
Field.getObjectAtIndex Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Gets the object at the specified index.


.. code:: Dart

    Field getObjectAtIndex(int index)

**Parameters**

.. line-block::

    ``index`` int
    :guilabel:`in` The index of the object to retrieve.


**Returns**

.. line-block::

    :ref:`Field<id3_bioseal_field_class>`
    The field that contains the object.

**Exceptions**

.. line-block::

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



