Hello, list!
I have a command that clears the selection as a side effect. I want to
memorize the selection before calling it, so I can restore it later.
I tried to keep the string from the GetAsString() method and then
restore it via SetAsString(), but that didn't seem to work for branch
select.
Right now I'm using the GetArray() method and later on I'm adding all
the CRefs to the selection. This seems to keep the selection for all
cases that I've tried, but there's an annoying side effect. Every time I
have polygons selected, the selection filter is changed.
Any thoughts?
Thanks
Mihail