Skip to main content
Question

Update inline annotation with tags

  • October 11, 2018
  • 1 reply
  • 9 views

geobiker
Contributor
Forum|alt.badge.img

Hi,

i am changing the text value of ESRI annotations in a GEODATBASE (edit session) by updating the attribute geodb_string_text. This works fine for referenced annoation without overrides.

 

 

If I want to update inline annotation with format tags in textstring I can't change the value in geodb_text_string. As result nothing happens. Is this possible with FME and which attributes I have to consider?

 

 

Version: FME 2016.1

Thanks

 

Stefan

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

trentatsafe
Safer
Forum|alt.badge.img+6
  • Safer
  • 278 replies
  • October 22, 2018

Hello @geobiker

Are you able to try writing to geodb_text_string_with_format_tags, as opposed to writing to geodb_text_string?

 

 

I believe the former takes precedence over the other text strings, as such any changes should be reflected there with Tag formatting. I hope that helps.