HologramAuthenticationResultList.clone Method¶
Module: HologramAuthenticationResultList
Definition¶
Clones the HologramAuthenticationResultList object.
clone(self) -> HologramAuthenticationResultList
Returns
The newly created hologram authentication result list.
Exceptions
An error has occurred during Document Library execution.
HologramAuthenticationResultList clone()
Returns
The newly created hologram authentication result list.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResultList Clone()
Returns
The newly created hologram authentication result list.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResultList clone() throws DocumentException
Returns
The newly created hologram authentication result list.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> HologramAuthenticationResultList
Returns
The newly created hologram authentication result list.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_CopyTo (
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList,
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultListDst)
Parameters
hHologramAuthenticationResultList
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.hHologramAuthenticationResultListDst
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTout The newly created hologram authentication result list.
Returns