• Microstation V8i Sect Series 3: version 08.11.09.459

    Vinoth Joseph
    Vinoth Joseph
    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…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum