Browse By Tags

  • Microstation V8i Sect Series 3: version 08.11.09.459

    I Opened the dgn file using "OpenDesignFileForProgram" : Language C# //collected the elements //only one text element in that file if (el.IsTextElement()) { Console.WriteLine(el.Type) // 17 working fine Console.WriteLine(el.ID) //working fine…