HologramAuthenticationResultList.clear Method¶
Module: HologramAuthenticationResultList
Definition¶
Clears the HologramAuthenticationResultList object.
clear(self) -> None
Exceptions
An error has occurred during Document Library execution.
public void Clear()
Exceptions
An error has occurred during Document Library execution.
public void clear() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public func clear() throws
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_Clear (
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList)
Parameters
hHologramAuthenticationResultList
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.
Returns