eant_ArcElementCopy

Go Back

Summary:
  Copy an Eant_Element with arc info.

Header File:
  eant.h

Library Name:
  elib

Eant_Element*    eant_ArcElementCopy  (
    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 an Eant_Element with arc info to a new Eant_Element.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Eant_Element structure.