Browse By Tags

  • 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…
  • gINT Multithreading

    Hey, I was wondering if there is a way I could access the base code of gINT so that I could attempt multithreading the application? Otherwise is there a patch that enables multithreading? Thanks