• C# microstation V8i

    I'm trying to open a design file for read thru program from Visual C# as below: using BCOM = Bentley.Interop.MicroStationDGN; class Program { public static BCOM.Application MSApp = null; [STAThread] public static void Main() { MSApp = new BCOM…
  • RE: Unintegrated Third Party Software Workflows

    I was able to establish a working proof-of-concept shortly after my last post, but have struggled with making the time to return and reply until now. A solution like this may not be for everyone, but each piece seems like it could be a valuable tool in…