eant_ArcWrite

Go Back

Summary:
  Write the contents of a arc to a file.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcWrite  (
    Eant_FileIO*    fileIO,
    Eant_Arc*    arc,
    Eerr_ErrorReport**    lclerr,
  )
arc
    The data to write to the file.
fileIO
    Specifies the annotation file IO data.
lclerr
    Error handling structure pointer.

Description:
  Write the contents of a arc structure to a Rev. 8 file. The data will be written as a child of the current node.

Notes:
  None.

Return Description:
  This function is of type void. If an error occurs, *lclerr will be set to reflect the error.