HologramAuthenticationResultList.set Method¶
Module: HologramAuthenticationResultList
Definition¶
Sets an item of the HologramAuthenticationResultList object.
set(self, index: int, hologram_authentication_result_item: HologramAuthenticationResult) -> None
Parameters
indexintin Index of the HologramAuthenticationResult item to set.hologram_authentication_result_itemHologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
indexintin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public void Set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
indexintin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException
Parameters
indexintin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItemHologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public func set(index: Int32, hologramAuthenticationResultItem: HologramAuthenticationResult) throws
Parameters
indexInt32in Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItemHologramAuthenticationResultin 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
hHologramAuthenticationResultListID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.indexintin Index of the HologramAuthenticationResult item to set.hHologramAuthenticationResultItemID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTin HologramAuthenticationResult item to set.
Returns