Browse By Tags

  • Microstation Connect VBA Batch Process Error

    Hi, Been coding in VBA for a couple of years, and know I have a new problem I have never seen before. I have a VBA-tool to scan a model and print file/object information to Excel. All works fine, but when I run my code with Batch process to loop several…
  • [MStn CE U17.2 C#] Hide/Unhide levels of referenced/nested reference file.

    Hi Community, I'm currently attempting to hide elements located within a specific level name. These elements are within a reference file, and sometimes they are nested within other references. I've tried several workarounds found in this forum, but…
  • [MStn CE U17.2 C#] Creating new DGN file from API

    Hi Community, I am trying to create multiple DGN files from the API and I have used the below set of functions for this. Application application = Utilities.ComApp; DesignFile df = application.CreateDesignFile(Properties.Settings.Default.SeedPath…
  • [MStn CE U17.2 C#] Place reference at a point on sheet

    Hi Community, I'm currently working on attaching a reference and positioning it on a specific location on a sheet. While I've managed to accomplish this task, there's something I didn't fully grasp, which is hindering my ability to control certain…
  • [MSCE U17 SDK C#] sample code: what does Session.ActivateContextualTabSet function do?

    Hi Everybody, I am trying to understand the sample code comes with the Microstation CONNECT Edition SDK (Update 17). The sample project I am looking at is at <Mocristation SDK Root Folder>\examples\WPF\WPFDemo\ In the WPFDemoKeyins.cs file of the…
  • MSCE U17 SDK C# Sample Code: how is the *.commands.xml loaded in C# WPF project?

    Hi Everybody, I am trying to understand the sample code comes with the Microstation CONNECT Edition SDK (Update 17). The sample project I am looking at is at <Mocristation SDK Root Folder>\examples\WPF\WPFDemo\ In this project, there is a file WPFDemo…
  • Changing orientation of the reference

    Hi Everyone, I'm currently working with MicroStation Connect Edition and using its API to reference a DGN file. I've successfully referenced the file using the MicroStation API, but I'm facing an issue with setting the reference orientation to match…
  • sustainable way for Microstation CE add-in/MDL to be deployed to shared network directory?

    Hi Everybody, I am studying in migrating a set of Microstation MDL files working on Microstation V8i SS10. In the current system, the MDL (.MA) files are deployed in a network folder. With the configuration of MDL directories, they can be loaded by…
  • Instruction to build an Add-in from SDK cannot be followed.

    Hi Everybody, I tried to following the online instruction (of the following link) to build a simple add-in using Visual Studio, but cannot it seems cannot be followed. Can you advice whether there is updated document? or whether I have made any mistake…
  • Open a .dgn file in background(batch processing)

    Hello all, I am new to Microstation Connect Edition api. I will like to know if we can open a .dgn file in background(batch processing).
  • [ Microstation Connect Update 17 vba] How to make raster Inherit GeoCS from Model parameter with PropertyHandler

    Hello everyone, I know there is a previous similar question with a few solutions from Robert Hook. I tried implementing the vba code (see below) However whenever I have a ecw file attached and I run the following code in order to make the "Inherit…
  • ORD CE - 2020 Release 2 - Update 8 (v10.08.01.33) - VBA --- How to center VBA form with multiple monitors

    This issue applies to either ORD CE - 2020 Release 2 - Update 8 (v10.08.01.33) or MicroStation CONNECT Edition Update 14 (v10.14.02.01). I have three Dell monitors. The majority of the time I run MicroStation from my middle monitor. I am struggling to…
  • Enable/Disable Ribbon Buttons using Named Expressions?

    Hi, I am working in MicroStation CE Update15. I need to enable /disable ribbon menu buttons based on a variable value. When i searched in community, many suggestions was can be done through "Named Expressions". Please provide me an simple…