HologramAuthenticationResultList.get Method¶
Module: HologramAuthenticationResultList
Definition¶
Gets an item of the HologramAuthenticationResultList object.
get(self, index: int) -> HologramAuthenticationResult
Parameters
indexintin 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
indexintin 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
indexintin 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
indexintin 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
indexInt32in 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
hHologramAuthenticationResultListID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.indexintin Index of the HologramAuthenticationResult item to get.hHologramAuthenticationResultItemID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTout HologramAuthenticationResult item to get.
Returns