
#######################
A3DPDFNodeAttributeData
#######################

.. c:struct:: A3DPDFNodeAttributeData

   Structure that defines an attribute of a PDF node in a modelfile. 
   
   
      :c:struct:`~A3DPDFNodeData`\ . 
   
   
   
      10.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DPDFNodeAttributeData.m_pcType`
   * :c:member:`~A3DPDFNodeAttributeData.m_pcValue`
   * :c:member:`~A3DPDFNodeAttributeData.m_bIsCADAttribute`
   
   



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

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


.. c:member:: A3DUTF8Char* A3DPDFNodeAttributeData.m_pcType

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Type of the attribute. 
      



.. c:member:: A3DUTF8Char* A3DPDFNodeAttributeData.m_pcValue

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      Value of the attribute. 
      



.. c:member:: A3DBool A3DPDFNodeAttributeData.m_bIsCADAttribute

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      if false, it's a computed attribute (like #, QTY and NAME) 
      




