• [MicroStation CONNECT Update 16 C# WPF] Is dynamic toolbox possible?

    Hello, folks! For once, SDK has a rather extensive example for programming WPF applications. This example is called WPFdemo. Here you can open a dockable toolbar with 'wpfdemo open5'. So far so good. But now I would like this toolbox to behave like…
  • starting a new bentley map session

    I have a problem creating a new microstation object from my current session ( that i should use to perform some file operations without closing current dgn ) the problem is that i need a bentley map session ( that is, to load a specific configuration…
  • how to move dimension text location programmatically (C# / VBA)

    Hi all, I would like to adjust my dimension text location programmatically to center / left / right. For more details please refer the below snap shot. I would like to adjust the top dimension text as shown in bottom dimension text. Can any…
  • IChangeTrackEvents Cancel ElementChanged

    I created an addins with IChangeTrackEvents to detect the deletion of an item. Can i cancel the deletion with a question? Any ideas? Thanks Public Sub ElementChanged(AfterChange As Bentley.Interop.MicroStationDGN. Element , BeforeChange As Bentley…
  • Calling mdlCompGeom_convexHull2d fro an AddIn

    I have Microstation 8.11.09,.829 and Visual Studio 2015. I am trying to call mdlCompGeom_convexHull2d from and AddIn but have had no luck, I do not know what dll to reference with the dllImport statement or how to set up the calling arguments. I…
  • .NET vs MVBA

    Hi all, Sorry for the naive questions, if they have already been answered on the forum, I am unable to find answers to this question. If they are answered already, please point me to the thread. I would like to know a few things about .NET and MVBA…
  • How to detect View (extent/zoom) changes?

    How can I detect from dotnet addin (c#) if any opened view's extents were changed? For example when user zoom in/out or pan? I have made a class (ViewEventsHandler) wich implements IViewUpdateEvents interface. I called the AddViewUpdateEventsHandler…