.. index:: 
  !HologramAuthenticationResultList.clone Method
  
.. _id3_document_hologram_authentication_result_list_clone_class_method:

===============================================================================
HologramAuthenticationResultList.clone Method
===============================================================================

Module: :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`

Definition
----------

Clones the HologramAuthenticationResultList object.


.. tab-set::

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

      .. code:: Python

        clone(self) -> HologramAuthenticationResultList

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`
          The newly created hologram authentication result list.

      **Exceptions**

        .. line-block::

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


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

      .. code:: Dart

        HologramAuthenticationResultList clone()

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`
          The newly created hologram authentication result list.

      **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 HologramAuthenticationResultList Clone()

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`
          The newly created hologram authentication result list.

      **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 HologramAuthenticationResultList clone() throws DocumentException

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`
          The newly created hologram authentication result list.

      **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 clone() throws -> HologramAuthenticationResultList

      **Returns**

        .. line-block::

          :ref:`HologramAuthenticationResultList<id3_document_hologram_authentication_result_list_class>`
          The newly created hologram authentication result list.

      **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_CopyTo (
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList, 
            ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultListDst)

      **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.

          ``hHologramAuthenticationResultListDst`` :ref:`ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST<id3_document_hologram_authentication_result_list_class>`
          :guilabel:`out` The newly created hologram authentication result list.


      **Returns**

        .. line-block::

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


