• MicroStation VBA: OpenDesignFile vs. OpenDesignFileForProgram

    Jon Summers
    Jon Summers
    A VBA programmer can open a DGN file using two methods: OpenDesignFile and OpenDesignFileForProgram . This blog attempts to clear up confusion between the two, and which one to use. Prefer OpenDesignFile Prefer OpenDesignFile to OpenDesignFileForProgram…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Blog
  • [mVBA] Scale setting with OpenDesignFileForProgram

    Michal Kurzewski
    Michal Kurzewski
    Hello I am checking .dgn files with OpenDesignFileForProgram. One of the information i need to drag out is Scale Setting and check if its 1,1,1 or not (just need to read it). It seems I am only allowed to read ActiveSettings.Scale and can not find the…
    • over 6 years ago
    • MicroStation Programming
    • MicroStation Programming Forum