Browse By Tags

  • Align by Origin Released to the MicroStation Community

    Align by Origin ◄ Download Align by Origin is a small applet written for MicroStation that enables users to quickly align elements about their X and Y origins. Points of Interest For New and Experienced MicroStation VBA Programmers... The class…
  • reCall 1.1 released to the MicroStation Community

    reCall.1.1 ◄ Download reCall is a small applet written for MicroStation that enables users to quickly select commands from recent history. When the user issues a double right-click (double reset) the applet presents a menu at the cursor containing the…
  • Extracting instrument tags text from cell with VBA macro...help!

    This is the code I have, and I am trying to pull the text out of cells like in my image and spit it out into a .txt file. The code I have works for things outside of a cell, but I believe the fact of the text being inside of a cell is keeping it from…
  • accessing the information of the dgn without reading the references with IModel ODBC Driver

    how to get data of dgn model without references another dgn files with ODBC Driver
  • Macro VBA Coffee Corner Materials

    Hi everyone, Here you can download and try the files that we created for Macro VBA Coffee Corner on the 20th of July 2023. In the zip folder you will find these files: - ReadMeVBACoffeeCorner.txt - _MyGridSys.bmr (macro) - _MyTurnOffLevels.bmr…
  • [MVBA, MicroStation V8i (SELECTseries 4) - Version 08.11.09.829 Windows x86] Attach Named fence -> Select View - Automation

    Hi all, I want to run a report for different named fence in the DGN. I see one option in key-in to attach (i.e. active named fence). Key-in: "fence named attach namedfencename" using this I need to get named fence and need to run plot so, I wrote…
  • MicroScope 2.0 Released to the MicroStation Community

    MicroScope 2.0 is a diagnostic tool used in conjunction with Mi croStation and other Bentley products. It is useful when creating custom tools, performing various “debugging” operations, and while creating scripts for the batch processor. It displays…
  • QRcell 1.0 Released to the MicroStation Community

    QRcell ◄ Download QRcell is an open source mVBA applet which runs in MicroStation. The applet enables users to encode text to a QR Code for placement as a cell in a MicroStation design file.
  • Editing in Station Offset Reports

    Hi all, I have a corridor of 4 Lane divided carriageway and I need to create a lane slopes report @ 10m interval. I ran the station base report . The camber/Lane slope in reports is calculating from centerline "CL" to carriageway edge "EOP" which is…
  • Fence only interact with specific element types

    Hello All, I have written a routine to generate a shape from a series of points and then utilize the shape to define a fence from element. I would like to process the fence in two separate routines one that will clip normal element type like Lines…
  • Draw active Point using "Application.create..."

    Hi community, newbie here. Trying to get into Microstation and coding after almost 20 years. I am coding a point importer and manipulator and trying to draw a point into the DGN using the "Application.create..." function however don't seem to find the…
  • Any example macros for OpenRail CONNECT? Want to read start stop points and project a spatial Template along sections of the imported alignment.

    Are there any example programs or libraries available for OpenRail CONNECT? Bit like the old VBAExample.zip We need to create a macro that reads start stop points and projects a spatial template along sections of the imported alignment. Guess we need…
  • 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…
  • How to remove change track event handler?

    Micro station Version : 08.05.01.25 Windows x86 (1990-2004 bently systems) Programming Language :VBA I'm using below code as class function in micro station v8 mvba tool. Implements IChangeTrackEvents Private Sub IChangeTrackEvents_BeginUndoRedo…
  • Microsoft Visual Basic Lizenzierungsinformationen für diese Komponente nicht gefunden

    Produkt(e): MicroStation Version(en): V8i, CONNECT Edition Umgebung: N\A Produktbereich: Allgemein Produktunterbereich: Fehler Fehlermeldung oder Warnhinweis Beim Starten, während des Arbeitens…
  • Microsoft Visual Basic licensing information for this component could not be found

    Product: MicroStation Version: V8i, CONNECT Environment: N\A Area: Programming Subarea: General Problem Error message or warning When starting, while working in or when closing MicroStation…
  • Find Replace Text with Batch Process

    Product: MicroStation Version: V8i, CONNECT Environment: N\A Area: Text Subarea: Find / Replace Text Globally Find and Replace Text in numerous files with the Batch Process Utility Background…
  • Import Points for CONNECT Edition VBA

    LOTS of cool features. Please check it out, give comments and see what needs to be added. If response is strong we will add it to the base product (instead of a VBA) https://communities.bentley.com/products/programming/microstation_programming/b/weblog…
  • Need VBA Help - Run Time Error 380 When assigning Array to a ComboBox

    The attached MVBA has a UserForm with a ComboBox that is enabled by a CheckBox. The "run time error" occurs when the string array is a applied to the combobox. The second part of the module is used to correlate(make equal) the return index value to the…
  • [MS CE 12 FR]unable to launch a vba command in batch mode

    Hello, In V8i edition, I used to launch MicroStation in batch mode to run a vba command on a lot of files with the help of batchprocess.ma In connect Edition, I still can use MicroStation in batch mode as documented here: https://docs.bentley.com…
  • Copy Parallel using mdlElmdscr_copyParallel in VBA

    I am trying to write a vba macro to create two elements copied parallel from a centreline at given distances between on each side. I am using MicroStation CE update 14 and trying to use the mdlElmdscr_copyParallel and mdlElmdscr_extractNormal, but I am…
  • Microstation V8i (08.11.07.443) error when calculating an area of a shape with a small area.

    I am calculating the area of a grouped hole with the help of this command ComputeGroupedHoleArea (at the bottom of the page). It works very well but now I came across an grouped hole with an element in it which has a very small area. area = area…
  • Error: "Cannot save changes to VBA project 'Support' because it is read-only"

    Product(s): MicroStation Version(s): 10.14.00.86 Environment: N\A Area: Programming Subarea: VBA Problem When starting and closing MicroStation a following error message is shown: "Cannot…
  • VBA MICROSTATION V8I

    I AM A BEGINNER IN A VBA MICROSTATION I AM TRYING TO DEVELOP A MACRO IN V8 WHOSE OBJECTIVE AND TO MOVE THE ELEMENTS FROM ONE LEVEL TO ANOTHER AND MODIFY ITS COLOR, MY DRAWING FILE IS COMPOSED OF ALL TYPES (CELL, LINE, SHAPE , ......) WITH THE HOPE THAT…
  • Change Text Case

    Product: MicroStation Version: V8i Select Series Environment: N\A Area: Text Subarea: General Problem Is there a tool to change the case of text? Solution In MicroStation V8i, the case…