I "trap" the File->New command so I can control the seed files used. In my routine (inside an Input Monitor function) I call mdlDialog_fileOpenExt() to obtain the new file name. Next I use mdlFile_copy() to actually create the file with my seed. Then I call mdlSystem_newDesignFile() to make that new file "active". I can tell the new file has been activated as I see it's name now at the top of the "banner" page, but MicroStation is still on the "banner" page, not viewing the actual file. I've tried next calling mdlSystem_enterGraphics() but that does not return the display to the "editing" mode like happens when you click the circle/arrow button in the upper left. Is there a function call that will do what that button (?) does?
Thanks
Bruce