Hi,
I've gotten an InMemoryFeatureLayer with column data to work, but only with columns as as strings.
Are any other column types supported in InMemoryFeatureLayer as-is, e.g. some form of (random) binary data ?
I'm thinking of storing serialized output from BinaryFormatter.
If I need to build my own implementation, will this need to be of the FeatureSourceColumn class, or something else ?
Are there any examples available for such a task ?