What Feature Definition are in the 'test.dgn'?
Answer Verified By: Erik
Everything is the dgnlib is present en loaded.
It doesn't get copied into the designfile after creating a new file.
It only gets copied to the new file when it is actually used i.e. when you create a feature, not when the new file is created, which is why I asked what feature definitions you have in the file.
This works in the same way as a Level stored in a DGNLIB (which could contain hundreds of Levels). The Level is only copied to the current file once it has something drawn on it - otherwise your file would be full of empty and unused Levels.
Marc,
thanks, I understand your answer
I will try it now.
thanks mark
it works now.