eant_ArcElementFlip

Go Back

Summary:
  Flip this element.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementFlip  (
    Eant_AnnotationInfo*    antInfo,
    Eant_Element*    element,
    Eant_CoordSysConversion*    coordConvert,
    Efga_Polynomial*    fPoly,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
coordConvert
    The coordinate system conversion factors.
element
    The input element.
fPoly
    The transformation to flip the coordinates.
lclerr
    Error handling structure pointer.

Description:
  Flip this element according to the input flipData and fPoly.

Notes:
  None.

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