eant_AnnotationWrite

Go Back

Summary:
  Write the input annotation to the ehfa file.

Header File:
  eant.h

Library Name:
  elib

void    eant_AnnotationWrite  (
    Eant_Layer*    layer,
    Eerr_ErrorReport**    lclerr,
  )
layer
    The input Eimg Layer.
lclerr
    Error handling structure pointer.

Description:
  Write the input annotation to the input ehfa file node. If the annotation preference annotation_fast_read is TRUE, the annotation layer is written to a new file and the old file is deleted. If the annotation preference annotation_fast_read is FALSE, the layer is rewritten to the open file.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs, eant_AnnotationWrite calls eerr_CreateErrorReport and returns NULL.