eant_ArcElementGetTypeString

Go Back

Summary:
  Get a string of the type of this element.

Header File:
  eant.h

Library Name:
  elib

char*    eant_ArcElementGetTypeString  (
    Eant_Element*    element,
    Eerr_ErrorReport**    lclerr,
  )
element
    The input element.
lclerr
    Error handling structure pointer.

Description:
  Get a string of the type of this element.

Notes:
  None.

Return Description:
  Upon success this function returns char *. If an error occurs eant_ArcElementGetTypeString calls eerr_CreateErrorReport and returns NULL.