
###################
A3DPDFImageSetLayer
###################

.. c:function:: A3DStatus A3DPDFImageSetLayer(A3DPDFImage *pImage, A3DPDFLayer *pLayer)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDFImageSetLayer(:c:type:`~A3DPDFImage`\ * **pImage**\ , :c:type:`~A3DPDFLayer`\ * **pLayer**\ )
   
   Adds an image into a layer. 
   
   **Parameters**
   
   
      **pImage**\ : the image to be added 
   
      **pLayer**\ : The layer in which the image must be added.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




