
#########################
A3DMkpAnnotationSetCreate
#########################

.. c:function:: A3DStatus A3DMkpAnnotationSetCreate(const A3DMkpAnnotationSetData *pData, A3DMkpAnnotationSet **ppAnnotation)

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




