• VBA Show all Levels (Including ones in Library)

    Patrick Legault
    Patrick Legault
    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…
    • over 1 year ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [V8i VBA] Find TextStyle in DgnLib

    Jon Summers
    Jon Summers
    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…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: Dgnlib modification

    Marc Thomas
    Marc Thomas
    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…
    • over 6 years ago
    • Product Administration
    • Product Administration Forum
  • update textstyles from dgnlib

    Nico
    Nico
    Normal 0 21 false false false DE X-NONE X-NONE MicrosoftInternetExplorer4 …
    • over 12 years ago
    • MicroStation
    • MicroStation Forum
  • Level operations slow when using levels in dgnlib

    Krister Surell
    Krister Surell
    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…
    • over 14 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i VBA Forum
  • Re: macro does not work constantly / "MBE1 CLOSEMODAL OK"

    Nico
    Nico
    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…
    • over 12 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8i VBA Forum