Browse By Tags

  • [CONNECT] Harvest Active PW Path

    MicroStation has many configuration variables that an Admin uses to define the operating parameters of a CAD session. Some variables are defined in configuration files, some variables are dynamic and change during a MicroStation session as a user opens…
  • Tables: Excel File Location

    When creating a Table , we can use an Excel workbook . Help tells us to browse for the Excel file... Is there a configuration variable that points to either that file or the location of Excel files? Is there a way to store the Excel file path…
  • Enumerate Models in a DGN file with .NET

    I wanted a way to enumerate the models contained in a DGN file. I didn't want to make the file active — that is, I didn't want to start a new MicroStation session. Rather, the enumeration should take place behind the scenes of an active session. My original…