Dear Kris & Jesse,
How do I get an IdahoDomainDataSet that contains elements belonging to a specific selection set only. What I am trying to do is, to get this dataset of selection set specific elements, and then sort elements of a specific domain element type (e.g. Pipe) using sortContext on ISelectableManager.
I tried using
Dim SelDset As IdahoDomainDataSet = SelectionSet.Manager.DomainDataSet
But it returns dataset containing elements of entire model and not of the SelectionSet. I am unable to find any way other than sortContext to sort the elements in a specific order of fields and then perform some operation on elements one by one.
Best Regards,
Devashri