HologramAuthenticationResultList.fromHandle constructor

HologramAuthenticationResultList.fromHandle(
  1. Pointer<id3DocumentHologramAuthenticationResultList> handle
)

Creates a new instance of the HologramAuthenticationResultList class.

param handle Handle to the HologramAuthenticationResultList. throws DocumentException An error has occurred during Document Library execution.

Implementation

HologramAuthenticationResultList.fromHandle(Pointer<id3DocumentHologramAuthenticationResultList> handle) {
  _pHandle = calloc();
  _pHandle.value = handle;
  _disposable = false;
}