
#######################
A3DPDF3DArtworkGetViews
#######################

.. c:function:: A3DStatus A3DPDF3DArtworkGetViews(A3DPDF3DArtwork *p3DArtwork, A3DUns32 *puiNbViews, A3DPDFView ***pppViews)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DArtworkGetViews(:c:type:`~A3DPDF3DArtwork`\ * **p3DArtwork**\ , :c:type:`~A3DUns32`\ * **puiNbViews**\ , :c:type:`~A3DPDFView`\ *** **pppViews**\ )
   
   Returns the views objects stored in the artwork. 
   
   **Parameters**
   
   
      **p3DArtwork**\ : The 3D Artwork object to work with. 
   
      **puiNbViews**\ : The size of the following array of views. 
   
      **pppViews**\ : The array of pointer on views objects created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




