
#################################
A3DPDFActionSetRenderingStyleData
#################################

.. c:struct:: A3DPDFActionSetRenderingStyleData

   Structure to define an action to set the default rendering type for all objects in the scene on a 3D annotation. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFActionSetRenderingStyleData.m_p3DAnnot`
   * :c:member:`~A3DPDFActionSetRenderingStyleData.m_eRenderingStyle`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DPDF3DAnnot* A3DPDFActionSetRenderingStyleData.m_p3DAnnot

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DPDF3DAnnot`\ *
      
      The 3D annotation. 
      



.. c:member:: A3DPDFERenderingStyle A3DPDFActionSetRenderingStyleData.m_eRenderingStyle

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DPDFERenderingStyle`
      
      Rendering style to set on the 3D scene. 
      




