
#######################
A3DAsmAttachmentInfoSLW
#######################

.. c:struct:: A3DAsmAttachmentInfoSLW

   A structure specifying assembly attachments information specific to the SolidWorks format. 
   
   
      8.2 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DAsmAttachmentInfoSLW.m_iRiIndex`
   * :c:member:`~A3DAsmAttachmentInfoSLW.m_iConfigID`
   * :c:member:`~A3DAsmAttachmentInfoSLW.m_psReplacedFilePath`
   * :c:member:`~A3DAsmAttachmentInfoSLW.m_uiPathsInAssemblyTreeSize`
   * :c:member:`~A3DAsmAttachmentInfoSLW.m_ppsPathsInAssemblyTree`
   
   



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

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


.. c:member:: A3DInt32 A3DAsmAttachmentInfoSLW.m_iRiIndex

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      The representation item index. 
      



.. c:member:: A3DInt32 A3DAsmAttachmentInfoSLW.m_iConfigID

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      The configuration index of the part referenced by the attachment. 
      



.. c:member:: A3DUTF8Char* A3DAsmAttachmentInfoSLW.m_psReplacedFilePath

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      File path of the part referenced by the attachment. 
      



.. c:member:: A3DUns32 A3DAsmAttachmentInfoSLW.m_uiPathsInAssemblyTreeSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_ppsPathsInAssemblyTree <A3DAsmAttachmentInfoSLW.m_ppsPathsInAssemblyTree>`\ . 
      



.. c:member:: A3DUTF8Char** A3DAsmAttachmentInfoSLW.m_ppsPathsInAssemblyTree

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ **
      
      Array of Paths In Assembly Tree. 
      




