• Get Interop Element through MSElementDscr

    Hi, Is possible get Interop Element through MSElementDscr? Thanks Lele
  • 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…
  • New to plug-in development -- need some help

    Hello Everyone, I am new to developing the plug-ins for microstation in C#.NET. Any help is greatly appreciated. Can I get some resources where I can get the complete example from starting to ending and deployment too for .NET? Thanks in advance…
  • Starting Microstation V8i SelectSeries 2 from C#

    Heyas all, Just another .NET Developer moonlighting as a drafter. While in the process of validating V8i SelectSeries 2 for Deployment across my group, I noticed that the Commands I use to start Microstation up no longer seem to work the same way they…
  • V8i and C# InitApp examples ?

    Hi, I get a very minimal c# initapp working well. But .. I don't know how to open Microstation MainForm or to avoid Microstation exiting at the end of mi initapp.... Where can i find examples or documentation? BTW, is there C# Microstation…
  • Visual Studio alternatives

    After getting sticker shock from reviewing the current pricing structure of VS 2010, can anyone recommend C# compiler alternatives to use with the MS SDK. Was going to go with the 2010 Pro edition until I found out it is only a one year license. Charles…
  • PointStringElement Disjoint

    Hi Guys, I'm creating a PointStringElement using CreatePointStringElement1 and setting Disjoint to true. When I draw the Element, I set the draw mode to MsdDrawingMode.Hilite and it is displayed with the points unconnected as desired. When I then…
  • 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
  • .NET - Is Element Associated with Another

    Hi, How do I tell if a dimension is associated with an element? I've slowly looked through all the dim elements properties and methods and couldn't find anything related. (It must be there somewhere though) FYI I'm programming in C#.NET. …
  • Using IPrimitiveCommandEvents all the time - C#.NET

    Hi, A question for you folks who implement IPrimitiveCommandEvents offen. Do you have a neat template you use so you don't have to construct the whole class each time you use it with the only change being in the IPrimitiveCommandEvents.DataPoint method…
  • Developing C++ application with managed and unmanaged code

    Hi, Soon I should start developing a new AddIn. NET and it should use the functions mdlKISolid ... What I want to know is: 1. if I can call functions mdl in a managed C++ project, 2. if there are methods. NET that replace the functions mdlKISolid. Thanks…