eant_ArcElementGetApproxPoly

Go Back

Summary:
  Get the coordinates of a polyline which approximates the arc.

Header File:
  eant.h

Library Name:
  elib

Efga_CoordinateBlock*    eant_ArcElementGetApproxPoly  (
    Eant_Element*    element,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
coordConvert
    The coordinate system conversion factors.
element
    The input element.
lclerr
    Error handling structure pointer.

Description:
  Get the coordinates of a polyline which approximates the arc.

Notes:
  None.

Return Description:
  Upon success this function returns a pointer to Efga_CoordinateBlock structure. If an error occurs this function calls eerr_CreateErrorReport and returns NULL.