Browse By Tags

  • [V8i C# Addin] VS2017 Community element properties not displayed, showing up as {System._ComObject}

    Good day all, I haven't found a similar question to mine, so i decided to write one. I am using VS 2017 Community Edition, version 15.9.4 and i used the InnovoCAD v8i C# Template as published on the VS Marketplace. The problem I have is that when…
  • 【C# Microstation V8i】 How to determine if an element is 2D or 3D?

    hello: My Microstation version is v8i ss3, my programming language is C#, and Visual Studio version is 2015 Professional, add-in. As the title says, I want to determine if a Cell contains 3D elements. If it contains, hide this element. Here is my…
  • 【C# Microustation V8i 】 How to modify multiple element information ?

    How to modify multiple element information by reading the information in EXCEL, such as the radius of the circle, I have already obtained EXCEL data, and use the data to modify the radius of the circle (for example), using the Rewrite method, But…
  • 【MSTN V8i Addin C# 】How to get all the elements in the model?

    Hello everyone: How to get all the elements in the model, I use the Scan method in the VBA interface but it did't work. Is my code wrong or there are other ways to get the elements in the model? public void Dynamics(ref Point3d Point, BCOM.View…
  • [C# MicroStation v8i ss3] Create a table

    Hello everyone, I want to create a table programmatically in Microstation v8i ss3. My software is vs2015 and the programming language is C#. The content of the form is taken from the user-defined attributes. How can I implement this function? …
  • How to add attribute information to an element,using C#

    hello,everyone! I created an element in C#. Now I need to attach attribute information to this element. How can I implement this? Please help me!
  • Remote debugging of Microstation/Promis-e add-in

    Hello, I'm wondering if anyone has any experience with debugging a Microstation or Promis-e add-in over a network? My situation is that my Visual Studio is on a different machine than my Microstation App. At present I do not have the option to install…
  • Edit Dimension Element

    Dear All, I want to stretch the existing linear dimension element between two points. How to accomplish this by using C#? For line element, we have 'modify vertex' method. Similarly, is there any inbuilt method/option is available to modify linear…
  • Can you detect a missing .NET Addin (MS_DGNAPPS)?

    Hello, Is there a way to detect or flag when an MDL / .NET addin cannot be loaded? I have a .NET addin that I have created in C# using VS2008. I wish to have it load automatically when a DGN file is opened and I have achieved this by including the…
  • C#: Locate failed when selecting an item in an Attachment

    Hi, In csharp I created a class that implements the interface ILocateCommandEvents to select items from the drawing, but I had problems when I select an item that belongs to an Attachment: Locate fails. Thanks --Lele
  • Launching Project API Builder WIth vb.net

    Using Promis-e V8i(SELECTseries 5) and VS 2005 I am trying to launch the Project API Builder automatically. We have been doing this with Prromis-e 5.05 add-on with AutoCad for years. When we upgrade to the Series 5 version we need to be able to continue…