eant_ArcElementSetType

Go Back

Summary:
  Set the type of an element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetType  (
    Eant_Element*    element,
    Eevg_ArcType    arcType,
    Eerr_ErrorReport**    lclerr,
  )
arcType
    ARC_ONLY, ARC_PIE, ARC_CHORD.
element
    The input element.
lclerr
    Error handling structure pointer.

Description:
  Set the type of an element with arc info.

Notes:
  None.

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