.NET class TextTableDataSource has no members other than those inherited from its base class. It's name implies usefulness, but what can we do with it?
TextTableDataSource
That class and its subclasses were created solely to allow us to implement the EC type converter used to change the data source from within the Properties dialog.
It is not intended to serve as a .NET version of the native type.
If you want to do things with TextTables, use the C++ API.
Answer Verified By: Jon Summers
Paul Connelly said:If you want to do things with TextTables, use the C++ API
The .NET TextTable seems to do a good job.
TextTable
Regards, Jon Summers LA Solutions