
#######################
A3DMiscGetEntityTypeMsg
#######################

.. c:function:: const A3DUTF8Char * A3DMiscGetEntityTypeMsg(A3DEEntityType eType)

   .. rst-class:: sig-pretty-signature
   
      | *const* :c:type:`~A3DUTF8Char`\ * A3DMiscGetEntityTypeMsg(:c:enum:`~A3DEEntityType` **eType**\ )
   
   Returns the name of the entity type. 
   
   This text is stored in a global array used also by A3DMiscGetErrorMsg. This function returns a pointer to the global array and therefore it must not be desallocated. Each time the function is called, the global array is updated. For version 2.1, this method declaration was changed to use the same convention applied to all other HOOPS Exchange declarations. For more information, see the description for :c:func:`~A3DMiscGetErrorMsg`\ .
   
   
      Because this function does not return :c:enum:`~A3DStatus` the internal thread safety policy is to wait for the availability of the API.
   
   
   
      2.0 
   
   




