eant_ArcElementSelectFillStyleOnly

Go Back

Summary:
  Set the selected fillStyle only to the fillStyle of the arc.

Header File:
  eant.h

Library Name:
  elib

long    eant_ArcElementSelectFillStyleOnly  (
    Eant_AnnotationInfo*    antInfo,
    Eant_Element*    element,
    Eant_CoordSysConversion*    coordConvert,
    Eerr_ErrorReport**    lclerr,
  )
antInfo
    Specifies the input annotation information.
coordConvert
    The coordinate system conversion factors.
element
    The input element.
lclerr
    Error handling structure pointer.

Description:
  Set the selected fillStyle only to the fillStyle of the arc and return EANT_STYLETYPE_FILLSTYLE if successful.

Notes:
  None.

Return Description:
  This function is of type long . If an error occurs eant_ArcElementSelectFillStyleOnly calls eerr_CreateErrorReport and returns EANT_STYLETYPE_NONE.