eant_ArcElementSetAngles

Go Back

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

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetAngles  (
    Eant_Element*    element,
    Eant_Real    startAngle,
    Eant_Real    endAngle,
    Eerr_ErrorReport**    lclerr,
  )
element
    The input element.
endAngle
    The end angle of the arc.
lclerr
    Error handling structure pointer.
startAngle
    The start angle of the arc.

Description:
  Set the angles 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.