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 HologramAuthenticationResult
in HologramAuthenticationResult item to add.

Exceptions

An error has occurred during Document Library execution.
void add(HologramAuthenticationResult hologramAuthenticationResultItem)

Parameters

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to add.

Exceptions

An error has occurred during Document Library execution.
public void Add(HologramAuthenticationResult hologramAuthenticationResultItem)

Parameters

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to add.

Exceptions

An error has occurred during Document Library execution.
public void add(HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException

Parameters

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to add.

Exceptions

An error has occurred during Document Library execution.
public func add(hologramAuthenticationResultItem: HologramAuthenticationResult) throws

Parameters

hologramAuthenticationResultItem HologramAuthenticationResult
in 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_LIST
in Handle to the HologramAuthenticationResultList object.

hHologramAuthenticationResultItem ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT
in HologramAuthenticationResult item to add.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.