
############################
A3DPDF3DNodeSceneBindToTable
############################

.. c:function:: A3DStatus A3DPDF3DNodeSceneBindToTable(A3DPDF3DNodeScene *p3DAnnotUIListNodes, A3DPDFDataTable *pDataTable, const A3DInt32 iMappedColumn)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DNodeSceneBindToTable(:c:type:`~A3DPDF3DNodeScene`\ * **p3DAnnotUIListNodes**\ , :c:type:`~A3DPDFDataTable`\ * **pDataTable**\ , *const* :c:type:`~A3DInt32` **iMappedColumn**\ )
   
   Function to bind a widget object for the list of 3D nodes, to a table. 
   
   **Parameters**
   
   
      **p3DAnnotUIListNodes**\ : The Widget object to bind to a table. 
   
      **pDataTable**\ : The Data Table object to bind the widget to. 
   
      **iMappedColumn**\ : index (starting from 0) of column mapped to this widget.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




