can any one help me
shakeel afridi said:I have many tags on DGN file I need to remove other and keep 1 tag
It's not clear what you want to achieve:
shakeel afridi said:I need this by batch process.
MicroStation has built-in batch processing. Once you've figure out the answer to the above, you can move to a batch process.
Regards, Jon Summers LA Solutions
first of all thanks for your reply
below snip
I need to remove SEC_TOC
and rename SEEDS2TBLK
BR,
shakeel afridi said:I need to remove SEC_TOC
Manually, you can press the Remove button in the Tag Sets dialog. I believe that also removes all tag elements from the DGN file. Experiment with care!
I don't see a key-in for managing tag set definitions. Try recording a VBA macro and see if that provides any clue.
shakeel afridi said:
I need to rename SEEDS2TBLK
Take a look at our freeware Tag Set Renamer.
I have 2000 pages. it will take to much time to go to each page and remove manually.
can we remove all tags by batch process from required files?
shakeel afridi said:it will take to much time to go to each page and remove manually
I agree. However, I suggested that you record a VBA macro (search down the page in this link). Examine the macro to see if it reveals the key-ins to remove tag set definitions. Then copy those key-in to your batch file.