I am trying to change the output location of annotation in MicroStation (DGN) format. My understanding is that it is the igds_insertion_x and igds_insertion_y attribute values that determine where annotation is placed in DGN (please correct me if I'm wrong here).
Within FME, I am able to update the igds_insertion_x and igds_insertion_y attribute values using either the AttributeCreator or the PythonCaller. I have verified successful update using an inspector. However, when I use the Bentley MicroStation Design (V7) writer to produce DGN output, the original igds_insertion attributes have reappeared and the annotation is in its original location.
How can I write the updated igds_insertion attributes to my output DGN file?
I'm using FME Desktop 2014.
Thanks in advance,
Tom