A3DRwHtmlMetaTag

Fields

A3DUTF8Char const *

m_pcName

A3DUTF8Char const *

m_pcContent

Detailed Description

struct A3DRwHtmlMetaTag

Describes an html ‘meta’ element.

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.

Version

14.1

Removing a ‘meta’ tag

Public Members

A3DUTF8Char const *m_pcName

‘name’ attribute of the element. Cannot be empty or null.

A3DUTF8Char const *m_pcContent

‘content attribute of the element. Use NULL to remove a tag instead.