
##################
A3DMkpViewGetFlags
##################

.. c:function:: A3DStatus A3DMkpViewGetFlags(const A3DMkpView *pView, A3DMkpViewFlagsData *pFlags)

   .. rst-class:: sig-pretty-signature
   
      | :c:enum:`~A3DStatus` A3DMkpViewGetFlags(*const* :c:type:`~A3DMkpView`\ * **pView**\ , :c:struct:`~A3DMkpViewFlagsData`\ * **pFlags**\ )
   
   Returns the set of components for a view using a :c:struct:`~A3DMkpViewFlagsData`\ . 
   
   **Parameters**
   
   
      **pView**\ : The view to get components info from. 
   
      **pFlags**\ : The set of flags to write in.
   
   
   **Returns**
   
   
      ``A3D_SUCCESS`` on success, or an error code on failure
   
   




