
################
A3DMkpLeaderData
################

.. c:struct:: A3DMkpLeaderData

   Markup Leader structure. 
   
   
      2.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DMkpLeaderData.m_pLinkedItem`
   * :c:member:`~A3DMkpLeaderData.m_pTessellation`
   
   



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

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


.. c:member:: A3DMiscMarkupLinkedItem* A3DMkpLeaderData.m_pLinkedItem

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DMiscMarkupLinkedItem`\ *
      
      Represents the link with an entity. 
      
      May be NULL, for example if the leader does not point to anything. If the leader does point to something, then this linked item is equivalent to one of the linked item stored at the markup level (see :c:member:`A3DMkpMarkupData::m_ppLinkedItems <A3DMkpMarkupData.m_ppLinkedItems>`\ ). For example, if there is a markup having 4 leaders each pointing to one hole: then, the corresponding :c:member:`A3DMkpMarkupData::m_ppLinkedItems <A3DMkpMarkupData.m_ppLinkedItems>` contains 4 elements, and each leader contains solely one linked item targeting its matching hole. 
      



.. c:member:: A3DTessMarkup* A3DMkpLeaderData.m_pTessellation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DTessMarkup`\ *
      
      The leader tessellation. 
      
      May be NULL. 
      




