I am having an issue with alignment stations annotating with the feature name (C-ALG) instead of the stationing (0+00). I made a copy of an existing DGNLIB from another environment to make it specific to a client that doesn't have an ORD config.
I edited the Annotation groups to be client specific.
When I look at the properties of the stationing text, there is some additional coding after the group name (see image)
Any help is greatly appreciated.
Thanks,
Chuck
ORD Connect 2020 Release 2 Update 8 - Version 10.08.01.33
It sounds as if the Text Favorite isn't getting called up. Maybe the text favorites are not loading correctly since you are pulling information from a different workspace and it may have been looking at a specific text favorite in a specific dgnlib.
Text Favorites could be pulling from different dgnlibs that are not in the current workspace:
Here is the Major Stations label in our delivered workspace. May have to try tracking the Annotation Group back to see what Text Favorite is used and see if you have that in the Place Text > Text favorites > Manager to see if you have the correct favorite available to be used.
For more information about the Road and Site design tools, visit the Road and Site design WIKI at: http://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki
Answer Verified By: Charles Meuser
Chris.. That was pretty much it. After looking at my config file, I noticed that I didn't have the variable MS_DGNLIBLIST_TEXTFAVORITES defined properly.
Thank you for your response!!!