[ Home | Contents | Search | Next | Previous | Up ]
From: Jim (DGI Tech Support) Support@DGNLink.com
Product: Cats
Date: 27 Oct 2000
Time: 10:28:25
ProcessLeftOverTags will get all tags not associated with cells. Your command:
If Level=27, Cell=instb1 Then ProcessLeftOverTags Endif
will not work. Try ProcessLeftOverTags on a line by itself.
You could have tags on the cell instb1 which are invisible. They will translate to Dwg attributes which are also invisible. You can use the AutoCAD attribute display on mode to see them. If you have invisible tags not associated with a cell ( the kind you get with ProcessLeftOverTags), they will be skipped. To get these tags, you must make them visible in MicroStation before translating.
If you still have a problem, send me the Dgn file and I will take a look at it.