HologramAuthenticationResultList.get Method¶
Module: HologramAuthenticationResultList
Definition¶
Gets an item of the HologramAuthenticationResultList object.
get(self, index: int) -> HologramAuthenticationResult
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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_LISTin Handle to the HologramAuthenticationResultList object.index
intin Index of the HologramAuthenticationResult item to get.hHologramAuthenticationResultItem
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTout HologramAuthenticationResult item to get.
Returns