A3DRwHtmlMetaTag
-
struct
A3DRwHtmlMetaTag Describes an html ‘meta’ element.
14.1Upon calling
A3DAsmModelFileExportToHTMLFile,m_pContentcan be set to NULL which will have the effect to remove an already existing ‘meta’ element with them_pcNameas the ‘name’ attribute.A3DRWParamsExportHtmlDataA3DAsmModelFileExportToHTMLFile
Variables
-
A3DUTF8Char const *
A3DRwHtmlMetaTag.m_pcName -
‘name’ attribute of the element. Cannot be empty or null.
-
A3DUTF8Char const *
A3DRwHtmlMetaTag.m_pcContent -
‘content attribute of the element. Use NULL to remove a tag instead.