Browse By Tags

  • MicroStation VBA: OpenDesignFile vs. OpenDesignFileForProgram

    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…
  • [mVBA] Scale setting with OpenDesignFileForProgram

    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…