Can someone tell me what's going on with the attached DGN file?
There's a single line-string element. If I pop the Properties dialog it tells me that it's on Level (none)...
If I look at the Level Display dialog I can see level Structure. I can turn the display of that line-string off and on using that dialog. No DGNLib is attached.
StructureLevel.dgn
It may be relevant that the DGN file was converted from a DXF file.
try using the "update levels from library" option in level manager (I know there is not a library attached - but it may "resync" the table).
If that does not work, try using the import levels and choose a file with the same levels in it.
In the past I have had success with these workflows on level issues.
Timothy Hickman
CADD Manager | CADD Department
timothy.hickman@colliersengineering.com
Main: 877 627 3772|
1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691
Tim Hickman said:try using the "update levels from library" option in level manager
Tim Hickman said:If that does not work, try using the import levels
Thanks, but no success.
I'll mark this thread as answered, because I can achieve my goal using VBA.
I subsequently encountered more problems. Filed SR 7001414419
Regards, Jon Summers LA Solutions
Solved!
The problem arose because, while helping another person on this Forum, I had some time ago set configuration variable MS_LEVEL_DISPLAY_FORMAT = D (i.e. display level number but not level name).
MS_LEVEL_DISPLAY_FORMAT = D
Since the levels in this customer's file have no numbers, MicroStation displays all of them as (none). What's odd is that it also messed up my VBA code.
(none)
Answer Verified By: Jon Summers