eant_ArcElementWrite

Go Back

Summary:
  Write the contents of an Eant_Element with arc info to a file.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementWrite  (
    Eant_FileIO*    fileIO,
    char*    nodepath,
    Ehfa_WritePos     writepos,
    Eant_Element*    element,
    Eerr_ErrorReport**    lclerr,
  )
element
    The input element.
fileIO
    Specifies the annotation file IO data.
lclerr
    Error handling structure pointer.
nodepath
    The ehfa tree path that the element will be relative to (based on writepos).
writepos
    The position to write the element.

Description:
  Write the contents of an Eant_Element with arc info to a file.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs this function calls eerr_CreateErrorReport.