
#############
A3DBIMRootGet
#############

.. c:function:: A3DStatus A3DBIMRootGet(const A3DBIMRoot *pRoot, A3DBIMRootData *pData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DBIMRootGet(*const* :c:type:`~A3DBIMRoot`\ * **pRoot**\ , :c:struct:`~A3DBIMRootData`\ * **pData**\ )
   
   Retrieves the data of an ``A3DBIMRoot`` entity. 
   
   
      :c:struct:`~A3DBIMRootData` 
   
   
   
      :c:struct:`~A3DBIMDataData` 
   
   
   **Parameters**
   
   
      **pRoot**\ : The relationship entity to get data from 
   
      **pData**\ : A pointer to the data structure to fill in 
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




