
#####################
A3DGetFileInformation
#####################

.. c:function:: A3DStatus A3DGetFileInformation(const A3DUTF8Char *pcFileName, A3DFileInformationData *pFileInformationData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGetFileInformation(*const* :c:type:`~A3DUTF8Char`\ \* **pcFileName**\ , :c:struct:`~A3DFileInformationData`\ \* **pFileInformationData**\ )
   
   Get file information a CAD file.
   
   The modeller type is provided for all formats. The other members are filled depending on format and availability of the information. For details see :c:struct:`~A3DFileInformationData`\ .
   
   **Parameters**
   
   
      **pcFileName**\ : References the path to the CAD file
   
      **pFileInformationData**\ : References the information of the input CAD file
   
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




