Is there a way to restore a missing (deleted) tag element to an existing set of Tags without replacing the whole Tagset?
Or, is there a program that would let me select the associated elements of Tagset 1 (old) and 2 (new) and have the Tag values copied to the new Tags?
I've done the same thing in AutoCrud but had to write it myself.
Unknown said:You can't go into the file and restore the Tag
Correct: once you exit a DGN file, you've lost the ability to undo edits.
Unknown said:... without writing something in MDL
None of the development tools provides a magic fix. None of MDL, VBA or the MicroStationAPI can restore something that is not there.
Unknown said: Is there a program that would let me select the associated elements of Tagset 1 (old) and 2 (new) and have the Tag values copied to the new Tags?
It's not exactly clear what you're proposing. If TagSet 1 contains the same tags as TagSet 2, why do they both exist? But yes, you could write some VBA or MDL code to repair missing tags on an element.
Regards, Jon Summers LA Solutions
Once you exit the drawing you're hosed.
Since we no longer have EDG you can't go into the file and restore the Tag without writing something in MDL.
Unknown said:Is there a way to restore a missing (deleted) tag element
Tag elements obey the rules of other elements. If you delete a tag element you can undo that delete.