.. index:: 
  !HologramAuthenticationResultList.add Method
  
.. _id3_document_hologram_authentication_result_list_add_class_method:

===============================================================================
HologramAuthenticationResultList.add Method
===============================================================================

Module: :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`

Definition
----------

Adds an item to the HologramAuthenticationResultList object.


.. tab-set::

    .. tab-item:: Python
      :sync: Python

      .. code:: Python

        add(self, hologram_authentication_result_item: HologramAuthenticationResult) -> None

      **Parameters**

        .. line-block::

          ``hologram_authentication_result_item`` :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Exceptions**

        .. line-block::

          :ref:`DocumentException<id3_document_document_exception>`
          An error has occurred during Document Library execution.


    .. tab-item:: Dart
      :sync: Dart

      .. code:: Dart

        void add(HologramAuthenticationResult hologramAuthenticationResultItem)

      **Parameters**

        .. line-block::

          ``hologramAuthenticationResultItem`` :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Exceptions**

        .. line-block::

          :ref:`DocumentException<id3_document_document_exception>`
          An error has occurred during Document Library execution.


    .. tab-item:: C#
      :sync: C#

      .. code:: C#

        public void Add(HologramAuthenticationResult hologramAuthenticationResultItem)

      **Parameters**

        .. line-block::

          ``hologramAuthenticationResultItem`` :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Exceptions**

        .. line-block::

          :ref:`DocumentException<id3_document_document_exception>`
          An error has occurred during Document Library execution.


    .. tab-item:: Java
      :sync: Java

      .. code:: Java

        public void add(HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException

      **Parameters**

        .. line-block::

          ``hologramAuthenticationResultItem`` :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Exceptions**

        .. line-block::

          :ref:`DocumentException<id3_document_document_exception>`
          An error has occurred during Document Library execution.


    .. tab-item:: Swift
      :sync: Swift

      .. code:: Swift

        public func add(hologramAuthenticationResultItem: HologramAuthenticationResult) throws

      **Parameters**

        .. line-block::

          ``hologramAuthenticationResultItem`` :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Exceptions**

        .. line-block::

          :ref:`DocumentException<id3_document_document_exception>`
          An error has occurred during Document Library execution.


    .. tab-item:: C
      :sync: C

      .. code:: C

        int id3DocumentHologramAuthenticationResultList_Add (
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList, 
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResultItem)

      **Parameters**

        .. line-block::

          ``hHologramAuthenticationResultList`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST<id3_document_hologram_authentication_result_list_class>`
          :guilabel:`in` Handle to the HologramAuthenticationResultList object.

          ``hHologramAuthenticationResultItem`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT<id3_document_hologram_authentication_result_class>`
          :guilabel:`in` HologramAuthenticationResult item to add.


      **Returns**

        .. line-block::

          ``int``
          An error code.
          See :ref:`id3DocumentError<id3_document_document_error_enum>` file for the list of possible error codes.


