Microsoft .NET developers may want to integrate MicroStation V8 access into their .NET application. This article will create a simple C# application to access MicroStation through the MicroStation DGN COM object.
First we will place the text "Hello World" into a MicroStation design file then scan the current model to find the string "Hello World" contained in text elements.
To begin,…