• Entity Framework in v8i AddIn

    I am attempting to create an AddIn that writes data from a dgn file into a sql database via a .net 3.5 compatible version of Entity Framework. When loading and executing the addin, I get the following error: System.ArgumentException: The specified…
  • RE: Dot net application not working in multiple microstation DGN

    Hi Mr. Jon & Mr.Stack I created this using C++ inside Visual Studio 2010. It is a winform application so it will work externally. Please find the Read.h (C++ header file ), where i have written the code to draw blocks give some suggestions. Thanks…
  • [V8i C++]How can I disable locate by Levels

    Hello everyone! I wanna develop a new tool to disable users from selecting elements belonging to a specified level.The final effect shows below.Whenever cursor hovers over those elements,it will show forbidden.It would be very helpful if you can show…
  • [C# Addins] How to set the LineSpaceing value of TextNodeElement?

    Here is my C# code: TextNodeElement TN = app.CreateTextNodeElement1(...) TN.AddTextLine("a"); TN.AddTextLine("b"); It works good in Microstation V8i(SS3),but the LineSpaceing is much more in Microstation XM 08090451, TextNodeElement type element…
  • How to bind property Infomation to CellElement?

    [C# Addins in VS2008 ] Hi, I define a class named CellElementproperty,which including the cell's infomation, now how can I bind it to a CellElement, use AddTag or setXDATA? or some method else? Though I have read the VBA API, I'm confused about it. THanks…
  • C#/Addins can not fetch children element under 'surface' type element

    Hello, every senior, I find C#/Addins can not fetch the element under surface, and so, I try to import MDLApi mdlElmdscr_operation to resolve this problem, but so far, I can not make it work. My code is like this: //code for import, in class:FunctionsForImportMdl…