
##############
A3DGraphicsGet
##############

.. c:function:: A3DStatus A3DGraphicsGet(const A3DGraphics *pGraphics, A3DGraphicsData *pData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DGraphicsGet(*const* :c:type:`~A3DGraphics`\ * **pGraphics**\ , :c:struct:`~A3DGraphicsData`\ * **pData**\ )
   
   Fetches data from a graphics entity, given its handle. 
   
   **Parameters**
   
   
      **pGraphics**\ : A handle to the graphics entity to fetch data from. 
   
      **pData**\ : The ``A3DGraphicsData`` to fill in.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` or an error code in case of failure.
   
   




