
##########################
A3DPDF3DAnnotGet3DViewList
##########################

.. c:function:: A3DStatus A3DPDF3DAnnotGet3DViewList(A3DPDF3DAnnot *p3DAnnot, A3DPDF3DViewList **pp3DAnnotUIListViews)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DAnnotGet3DViewList(:c:type:`~A3DPDF3DAnnot`\ * **p3DAnnot**\ , :c:type:`~A3DPDF3DViewList`\ ** **pp3DAnnotUIListViews**\ )
   
   Function to get a widget object for the list of 3D views from an existing 3D annot list views UI. 
   
   **Parameters**
   
   
      **p3DAnnot**\ : The Annot 3D previously created with :c:func:`~A3DPDF3DAnnotCreate`\ . 
   
      **pp3DAnnotUIListViews**\ : The widget object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




