HologramAuthenticationResultList.resize Method¶
Module: HologramAuthenticationResultList
Definition¶
HologramAuthenticationResultList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin HologramAuthenticationResult object.
Exceptions
An error has occurred during Document Library execution.
void resize(int newSize)
Parameters
newSizeintin HologramAuthenticationResult object.
Exceptions
An error has occurred during Document Library execution.
public void Resize(int newSize)
Parameters
newSizeintin HologramAuthenticationResult object.
Exceptions
An error has occurred during Document Library execution.
public void resize(int newSize) throws DocumentException
Parameters
newSizeintin HologramAuthenticationResult object.
Exceptions
An error has occurred during Document Library execution.
public func resize(newSize: Int32) throws
Parameters
newSizeInt32in HologramAuthenticationResult object.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentHologramAuthenticationResultList_Resize (
ID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LIST hHologramAuthenticationResultList,
int newSize)
Parameters
hHologramAuthenticationResultListID3_DOCUMENT_HOLOGRAM_AUTHENTICATION_RESULT_LISTin Handle to the HologramAuthenticationResultList object.newSizeintin HologramAuthenticationResult object.
Returns