How to change the Bookmark name created inside the PDF and replace it with a value stored in a tag?


  
 Applies To 
  
 Product(s):BENTLEY INTERPLOT CLIENT
 Version(s):N\A
 Environment: N\A
 Area: IPLOT
 Subarea: N\A
 Original Author:Bentley Technical Support Group
  

Problem

How to change the Bookmark name created inside the PDF and replace it with a value stored in a tag?
 

Solution

Use the following code:

action_item = bookmark

tag_set='test'

tag_name='Place'

if (tag_character <> "NO_TAG_CHARACTER") then

action_name= tag_character

endif

action_type = AREA_OF_INTEREST