MicroStation lets a user define a DGN model that acts as a TextTable seed. The APIs include a TextTable class, having a static Create method and a CloneAsSeed method. It's not obvious how we might create a TextTable from a seed model programmatically.
TextTable
Create
CloneAsSeed
Any suggestions?