
###########################
A3DPDF3DViewListBindToTable
###########################

.. c:function:: A3DStatus A3DPDF3DViewListBindToTable(A3DPDF3DViewList *p3DAnnotUIListViews, A3DPDFDataTable3DViews *pDataTable)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DViewListBindToTable(:c:type:`~A3DPDF3DViewList`\ * **p3DAnnotUIListViews**\ , :c:type:`~A3DPDFDataTable3DViews`\ * **pDataTable**\ )
   
   Function to bind a widget object for the list of 3D views, to a table. 
   
   **Parameters**
   
   
      **p3DAnnotUIListViews**\ : The Widget 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
   
   




