
#################
A3DPrcIdMapFindId
#################

.. c:function:: A3DStatus A3DPrcIdMapFindId(A3DPrcIdMap const *pEntityMap, A3DEntity const *searchedEntity, A3DEntity const *searchedEntityFather, A3DPrcId *a_prcIdOut)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPrcIdMapFindId(:c:type:`~A3DPrcIdMap`\ * **pEntityMap**\ , :c:type:`~A3DEntity`\ * **searchedEntity**\ , :c:type:`~A3DEntity`\ * **searchedEntityFather**\ , :c:type:`~A3DPrcId`\ * **a_prcIdOut**\ )
   
   Function to get the PrcId of a node from an :c:type:`~A3DEntity` and its father. 
   
   Because of internal processing, please notice that returned PrcId might slightly differ from Communicator ones
   
   **Parameters**
   
   
      **pEntityMap**\ : Pointer on the entity map generated by the function A3DPrcIdMapCreate 
   
      **searchedEntity**\ : Pointer to the :c:type:`~A3DEntity`\ . 
   
      **searchedEntityFather**\ : Pointer to the parent :c:type:`~A3DEntity` of searchedEntity. 
   
      **a_prcIdOut**\ : PrcId found for the :c:type:`~A3DEntity` given. This pointer is only available while the :c:type:`~A3DPrcIdMap` is alive.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




