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…
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…
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…
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…
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?
…
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…
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…
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…
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
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…