eant_ArcElementCopyStyleBetweenLibs

Go Back

Summary:
  Copy the fill style of the arc from one style library to another.

Header File:
  eant.h

Library Name:
  elib

void    eant_ArcElementCopyStyleBetweenLibs  (
    Eant_Element*    element,
    Eant_StyleLibrary*    sourceStyleLib,
    Eant_StyleLibrary*    destStyleLib,
    Eerr_ErrorReport**    lclerr,
  )
destStyleLib
    The style library of the destStyleNum.
element
    The input element.
lclerr
    Error handling structure pointer.
sourceStyleLib
    The style library to copy from.

Description:
  Copy the fill style of the arc from one style library to another.

Notes:
  None.

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