
################
A3DGetFileFormat
################

.. c:function:: A3DStatus A3DGetFileFormat(const A3DUTF8Char *pcFileName, A3DEModellerType *peModellerType)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGetFileFormat(*const* :c:type:`~A3DUTF8Char`\ * **pcFileName**\ , :c:enum:`~A3DEModellerType`\ * **peModellerType**\ )
   
   Returns the format of a physical file. 
   
   **Parameters**
   
   
      **pcFileName**\ : References the path to the CAD file 
   
      **peModellerType**\ : References the format of the input CAD file
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




