
#######################
A3DPDFActionSetViewData
#######################

.. c:struct:: A3DPDFActionSetViewData

   Structure to define an action to activate a view in a 3D annotation. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFActionSetViewData.m_p3DAnnot`
   * :c:member:`~A3DPDFActionSetViewData.m_pcViewName`
   * :c:member:`~A3DPDFActionSetViewData.m_iViewIndex`
   * :c:member:`~A3DPDFActionSetViewData.m_bAnimate`
   
   



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

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


.. c:member:: A3DPDF3DAnnot* A3DPDFActionSetViewData.m_p3DAnnot

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



.. c:member:: A3DUTF8Char* A3DPDFActionSetViewData.m_pcViewName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Name identifier of the view in the 3D annotation. 
      
      The view is identified primarily by :c:member:`m_pcViewName <A3DPDFActionSetViewData.m_pcViewName>`\ . If m_pcViewName is NULL, then the view is identified by its index (:c:member:`m_iViewIndex <A3DPDFActionSetViewData.m_iViewIndex>`\ ). 
      



.. c:member:: A3DUns32 A3DPDFActionSetViewData.m_iViewIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Index identifier of the view in the 3D annotation. 
      
      This is the index in the list of views as returned by A3DPDF3DArtworkGetViews. Index starts from 0. The view is identified primarily by :c:member:`m_pcViewName <A3DPDFActionSetViewData.m_pcViewName>`\ . If m_pcViewName is NULL, then the view is identified by its index (:c:member:`m_iViewIndex <A3DPDFActionSetViewData.m_iViewIndex>`\ ). 
      



.. c:member:: A3DBool A3DPDFActionSetViewData.m_bAnimate

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true indicates that the view should be animated to when set. 
      




