How can I get my tag data exported to the PDF file using InterPlot/IPLOT?
Use a design script to set up the property publishing. Remember to test on the attributes of the element the tag is associated with, not the attributes of the tag element.The following example is based on a tag set named "dpr" containing three tag names, "account", "revision", and "project".tag_set = 'dpr'if ((color == 12) and (style == 3)) then Property_Name = "ConEd" tag_name= 'account' Property_SetValues = "Account=" + "bentley" tag_name= 'revision' Property_SetValues = "Revision=" + tag_character tag_name= 'project' Property_SetValues = "Project=" + tag_character Property_MapToElement = trueendifTo view the properties in the PDF, select Tools - Object Data - Object Data Tool, select the object, the properties will show up on the left.