eant_ArcElementSetCenter

Go Back

Summary:
  Set the center coordinate of an element with arc info.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementSetCenter  (
    Eant_Element*    element,
    Eant_Real    centerX,
    Eant_Real    centerY,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
centerX
    Returned centreX.
centerY
    Returned CenterY.
coordConvert
    The coordinate system conversion factors.
element
    The input element.
lclerr
    Error handling structure pointer.

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