HologramAuthenticationResultList.set Method

Module: HologramAuthenticationResultList

Definition

Sets an item of the HologramAuthenticationResultList object.

set(self, index: int, hologram_authentication_result_item: HologramAuthenticationResult) -> None

Parameters

index int
in Index of the HologramAuthenticationResult item to set.

hologram_authentication_result_item HologramAuthenticationResult
in HologramAuthenticationResult item to set.

Exceptions

An error has occurred during Document Library execution.
void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)

Parameters

index int
in Index of the HologramAuthenticationResult item to set.

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to set.

Exceptions

An error has occurred during Document Library execution.
public void Set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)

Parameters

index int
in Index of the HologramAuthenticationResult item to set.

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to set.

Exceptions

An error has occurred during Document Library execution.
public void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException

Parameters

index int
in Index of the HologramAuthenticationResult item to set.

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to set.

Exceptions

An error has occurred during Document Library execution.
public func set(index: Int32, hologramAuthenticationResultItem: HologramAuthenticationResult) throws

Parameters

index Int32
in Index of the HologramAuthenticationResult item to set.

hologramAuthenticationResultItem HologramAuthenticationResult
in HologramAuthenticationResult item to set.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_Set (
    ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList,
    int index,
    ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT hHologramAuthenticationResultItem)

Parameters

hHologramAuthenticationResultList ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST
in Handle to the HologramAuthenticationResultList object.

index int
in Index of the HologramAuthenticationResult item to set.

hHologramAuthenticationResultItem ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT
in HologramAuthenticationResult item to set.

Returns

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