
######################
A3DPDF3DArtworkAddView
######################

.. c:function:: A3DStatus A3DPDF3DArtworkAddView(A3DPDF3DArtwork *p3DArtwork, const A3DPDFView *pView)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DArtworkAddView(:c:type:`~A3DPDF3DArtwork`\ * **p3DArtwork**\ , *const* :c:type:`~A3DPDFView`\ * **pView**\ )
   
   Adds a view on the 3D Annot. 
   
   **Parameters**
   
   
      **p3DArtwork**\ : The 3D Artwork object to work with. 
   
      **pView**\ : The View to be stored on the 3D Annot.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




