HologramAuthenticationResultList.get Method

Module: HologramAuthenticationResultList

Definition

Gets an item of the HologramAuthenticationResultList object.

get(self, index: int) -> HologramAuthenticationResult

Parameters

index int
in Index of the HologramAuthenticationResult item to get.

Returns

HologramAuthenticationResult item to get.

Exceptions

An error has occurred during Document Library execution.
HologramAuthenticationResult get(int index)

Parameters

index int
in Index of the HologramAuthenticationResult item to get.

Returns

HologramAuthenticationResult item to get.

Exceptions

An error has occurred during Document Library execution.
public HologramAuthenticationResult Get(int index)

Parameters

index int
in Index of the HologramAuthenticationResult item to get.

Returns

HologramAuthenticationResult item to get.

Exceptions

An error has occurred during Document Library execution.
public HologramAuthenticationResult get(int index) throws DocumentException

Parameters

index int
in Index of the HologramAuthenticationResult item to get.

Returns

HologramAuthenticationResult item to get.

Exceptions

An error has occurred during Document Library execution.
public func get(index: Int32) throws -> HologramAuthenticationResult

Parameters

index Int32
in Index of the HologramAuthenticationResult item to get.

Returns

HologramAuthenticationResult item to get.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_Get (
    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 get.

hHologramAuthenticationResultItem ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT
out HologramAuthenticationResult item to get.

Returns

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