HologramAuthenticationResultList.add Method¶
Module: HologramAuthenticationResultList
Definition¶
Adds an item to the HologramAuthenticationResultList object.
add(self, hologram_authentication_result_item: HologramAuthenticationResult) -> None
Parameters
hologram_authentication_result_item
HologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
void add(HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public void Add(HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public void add(HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException
Parameters
hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public func add(hologramAuthenticationResultItem: HologramAuthenticationResult) throws
Parameters
hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_Add (
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList,
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResultItem)
Parameters
hHologramAuthenticationResultList
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.hHologramAuthenticationResultItem
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTin HologramAuthenticationResult item to add.
Returns