Browse By Tags

  • VBA Show all Levels (Including ones in Library)

    Hello, I am trying to list all the levels present in a dgnlib file using VBA. However, all library levels do not show. Below, is the simple sub (test) to output the name of each level. However it only outputs ones that are imported in the dgnlib…
  • [V8i VBA] Find TextStyle in DgnLib

    I want to find a named Text Style . MicroStation VBA provides a TextStyles collection for the active design file, so I can do something like this: Dim oStyle As TextStyle Set oStyle = ActiveDesignFile.TextStyles.Find("MyStyle") However, that doesn…
  • RE: Dgnlib modification

    It is best practice to manage dgnlib files outside the day to day working configuration. One method is by using an administrator User Configuration file containing appropriate variables. For instance I have one that I have used in the past called NoDGNLIB…
  • update textstyles from dgnlib

    Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 …
  • Level operations slow when using levels in dgnlib

    Hi, It seems that many level operations are very slow. This accelerates when you have many dgnlibs with many levels. We have a program that reads external data and creates element and levels. The level creation takes a considerable time when using…
  • Re: macro does not work constantly / "MBE1 CLOSEMODAL OK"

    Jon, thanks a lot! VBA actually seems to do a better job regarding the dialog. It still has problems with importing layers in the macro. So i tried to use the attach libary in the macro which works fine. What confuses me is that I do not know which…