
###############################
A3DPDF3DViewCarouselBindToTable
###############################

.. c:function:: A3DStatus A3DPDF3DViewCarouselBindToTable(A3DPDF3DViewCarousel *p3DViewCarousel, A3DPDFDataTable3DViews *pDataTable)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DViewCarouselBindToTable(:c:type:`~A3DPDF3DViewCarousel`\ \* **p3DViewCarousel**\ , :c:type:`~A3DPDFDataTable3DViews`\ \* **pDataTable**\ )
   
   Function to bind a widget view carousel to a table.
   
   **Parameters**
   
   
      **p3DViewCarousel**\ : The view carousel object to bind to a table.
   
      **pDataTable**\ : The Data Table object to bind the widget to.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




