
######################
A3DBIMRelAggregatesGet
######################

.. c:function:: A3DStatus A3DBIMRelAggregatesGet(const A3DBIMRelAggregates *pRelationship, A3DBIMRelAggregatesData *pData)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DBIMRelAggregatesGet(*const* :c:type:`~A3DBIMRelAggregates`\ * **pRelationship**\ , :c:struct:`~A3DBIMRelAggregatesData`\ * **pData**\ )
   
   Retrieves the data of an ``A3DBIMRelAggregates`` entity. 
   
   
      :c:struct:`~A3DBIMRelAggregatesData` 
   
   
   
      :c:struct:`~A3DBIMDataData` 
   
   
   **Parameters**
   
   
      **pRelationship**\ : 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
   
   




