
################
A3DRwHtmlMetaTag
################

.. c:struct:: A3DRwHtmlMetaTag

   Describes an html 'meta' element. 
   
   
      14.1
   
   
   
   Upon calling ``A3DAsmModelFileExportToHTMLFile``\ , ``m_pContent`` can be set to *NULL* which will have the effect to remove an already existing 'meta' element with the ``m_pcName`` as the 'name' attribute.
   
   
      ``A3DRWParamsExportHtmlData`` 
   
   
   
      ``A3DAsmModelFileExportToHTMLFile`` 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DRwHtmlMetaTag.m_pcName`
   * :c:member:`~A3DRwHtmlMetaTag.m_pcContent`
   
   



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

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


.. c:member:: A3DUTF8Char const* A3DRwHtmlMetaTag.m_pcName

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      'name' attribute of the element. Cannot be empty or null. 
      



.. c:member:: A3DUTF8Char const* A3DRwHtmlMetaTag.m_pcContent

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUTF8Char`\ *
      
      'content attribute of the element. Use *NULL* to remove a tag instead. 
      




