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
intin Index of the HologramAuthenticationResult item to set.hologram_authentication_result_item
HologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
index
intin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public void Set(int index, HologramAuthenticationResult hologramAuthenticationResultItem)
Parameters
index
intin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public void set(int index, HologramAuthenticationResult hologramAuthenticationResultItem) throws DocumentException
Parameters
index
intin Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItem
HologramAuthenticationResultin HologramAuthenticationResult item to set.
Exceptions
An error has occurred during Document Library execution.
public func set(index: Int32, hologramAuthenticationResultItem: HologramAuthenticationResult) throws
Parameters
index
Int32in Index of the HologramAuthenticationResult item to set.hologramAuthenticationResultItem
HologramAuthenticationResultin 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_LISTin Handle to the HologramAuthenticationResultList object.index
intin Index of the HologramAuthenticationResult item to set.hHologramAuthenticationResultItem
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULTin HologramAuthenticationResult item to set.
Returns