Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
OpenDesignFileForProgram
text
17
istextline
Macro
Microstation V8i Sect Series 3: version 08.11.09.459
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