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_itemHologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
void add(HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public void Add(HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public void add(HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException
Parameters
hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to add.
Exceptions
An error has occurred during Document Library execution.
public func add(hologramAuthenticationResultItem: HologramAuthenticationResult) throws
Parameters
hologramAuthenticationResultItemHologramAuthenticationResultin 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
hHologramAuthenticationResultListID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.hHologramAuthenticationResultItemID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTin HologramAuthenticationResult item to add.
Returns