This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WaterObjects.net, Selection Set specific IdahoDomainDataSet

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