.. index:: 
  !HologramAuthenticationResultList.get Method
  
.. _id3_document_hologram_authentication_result_list_get_class_method:

===============================================================================
HologramAuthenticationResultList.get Method
===============================================================================

Module: :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`

Definition
----------

Gets an item of the HologramAuthenticationResultList object.


.. tab-set::

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

      .. code:: Python

        get(self, index: int) -> HologramAuthenticationResult

      **Parameters**

        .. line-block::

          ``index`` int
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          HologramAuthenticationResult item to get.

      **Exceptions**

        .. line-block::

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


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

      .. code:: Dart

        HologramAuthenticationResult get(int index)

      **Parameters**

        .. line-block::

          ``index`` int
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          HologramAuthenticationResult item to get.

      **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 HologramAuthenticationResult Get(int index)

      **Parameters**

        .. line-block::

          ``index`` int
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          HologramAuthenticationResult item to get.

      **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 HologramAuthenticationResult get(int index) throws DocumentException

      **Parameters**

        .. line-block::

          ``index`` int
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          HologramAuthenticationResult item to get.

      **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 get(index: Int32) throws -> HologramAuthenticationResult

      **Parameters**

        .. line-block::

          ``index`` Int32
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResult<id3_document_hologram_authentication_result_class>`
          HologramAuthenticationResult item to get.

      **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_Get (
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList, 
            int index, 
            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.

          ``index`` int
          :guilabel:`in` Index of the HologramAuthenticationResult item to get.

          ``hHologramAuthenticationResultItem`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT<id3_document_hologram_authentication_result_class>`
          :guilabel:`out` HologramAuthenticationResult item to get.


      **Returns**

        .. line-block::

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


