
###############################
A3DMkpAnnotationReferenceCreate
###############################

.. c:function:: A3DStatus A3DMkpAnnotationReferenceCreate(const A3DMkpAnnotationReferenceData *pData, A3DMkpAnnotationReference **ppAnnotation)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DMkpAnnotationReferenceCreate(*const* :c:struct:`~A3DMkpAnnotationReferenceData`\ \* **pData**\ , :c:type:`~A3DMkpAnnotationReference`\ \*\* **ppAnnotation**\ )
   
   Creates an :c:type:`~A3DMkpAnnotationReference`\ from an :c:struct:`~A3DMkpAnnotationReferenceData`\ structure.
   
   **Returns**
   
   
      ``A3D_SUCCESS``\ on success, or an error code on failure
   
   




