
###################
A3DPDF3DAnnotCreate
###################

.. c:function:: A3DStatus A3DPDF3DAnnotCreate(A3DPDFDocument *pDoc, const A3DPDF3DAnnotData *p3DAnnotData, A3DPDF3DAnnot **pp3DAnnot)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DPDF3DAnnotCreate(:c:type:`~A3DPDFDocument`\ * **pDoc**\ , *const* :c:struct:`~A3DPDF3DAnnotData`\ * **p3DAnnotData**\ , :c:type:`~A3DPDF3DAnnot`\ ** **pp3DAnnot**\ )
   
   Function to create a 3D Annotation object. 
   
   The 3D Annotation object is primarily created with this function, and it should be inserted on the page with the functions :c:func:`~A3DPDFPageInsert3DAnnot` or :c:func:`~A3DPDFPageFieldSet3DAnnot`\ .
   
   **Parameters**
   
   
      **pDoc**\ : The Document object to work with. 
   
      **p3DAnnotData**\ : The 3D Annot parameters. 
   
      **pp3DAnnot**\ : The 3D Annot object created.
   
   
   **Returns**
   
   
      A3D_SUCCESS in case of success or an error code
   
   




