
##################
A3DCheckFileFormat
##################

.. c:function:: A3DStatus A3DCheckFileFormat(const A3DUTF8Char *pcFileName, A3DEModellerType eCadTypeWanted)

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




