
##########################################
A3DAsmProductOccurrenceSetProductPrototype
##########################################

.. c:function:: A3DStatus A3DAsmProductOccurrenceSetProductPrototype(A3DAsmProductOccurrence *pProductOccurrence, A3DAsmProductOccurrence *pProductPrototype)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DAsmProductOccurrenceSetProductPrototype(:c:type:`~A3DAsmProductOccurrence`\ \* **pProductOccurrence**\ , :c:type:`~A3DAsmProductOccurrence`\ \* **pProductPrototype**\ )
   
   Sets up an :c:type:`~A3DAsmProductOccurrence`\ entity as a prototype to another :c:type:`~A3DAsmProductOccurrence`\ entity.
   
   
      2.0
   
   
   This function sets an :c:type:`~A3DAsmProductOccurrence`\ entity as a prototype to another :c:type:`~A3DAsmProductOccurrence`\ entity, and duplicates the :c:struct:`~A3DAsmProductOccurrenceData`\ structure.
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




