eant_ArcElementReplaceValues

Go Back

Summary:
  Copy the values of an Eant_Element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementReplaceValues  (
    Eant_Element*    inElement,
    Eant_Element*    outElement,
    Eerr_ErrorReport**    lclerr,
  )
inElement
    The data to be copied.
lclerr
    Error handling structure pointer.
outElement
    The structure to be copied to.

Description:
  Copy the values of an Eant_Element with arc info to another Eant_Element. The outElement MUST exist.

Notes:
  None.

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