
##################
A3DPDFMapIndexData
##################

.. c:struct:: A3DPDFMapIndexData

   Structure to define a Relationship map. 
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFMapIndexData.m_aiIndexes`
   
   



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

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


.. c:member:: A3DInt32 A3DPDFMapIndexData.m_aiIndexes[2]

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Array of indexes between pDataTableSource and pDataTableTarget. 
      
      Each row of the array has 2 elements: the index in table source (starting from 0), and the index in table target (starting from 0). 
      




