HologramAuthenticationResult.clone Method¶
Module: HologramAuthenticationResult
Definition¶
Clones the HologramAuthenticationResult object.
clone(self) -> HologramAuthenticationResult
Returns
The newly created hologram authentication result.
Exceptions
An error has occurred during Document Library execution.
HologramAuthenticationResult clone()
Returns
The newly created hologram authentication result.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResult Clone()
Returns
The newly created hologram authentication result.
Exceptions
An error has occurred during Document Library execution.
public HologramAuthenticationResult clone() throws DocumentException
Returns
The newly created hologram authentication result.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> HologramAuthenticationResult
Returns
The newly created hologram authentication result.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResult_CopyTo (
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResult,
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResultDst)
Parameters
hHologramAuthenticationResult
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTin Handle to the HologramAuthenticationResult object.hHologramAuthenticationResultDst
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTout The newly created hologram authentication result.
Returns