I'm writing a DgnElementSetTool that (I hope) will support Fences and Select Sets. I am not seeing the _OnRestartTool() function being called when using a Fence or Selection Set. I've got _WantDynamics()=false for both, as well as _NeedAcceptPoint()=false. When I test the tool using a Fence or Selection Set, I see the calls into _OnElementModify() for each element, but I never see _OnRestartTool() being used. Once the tool process the elements thru _OnElementModify(), it goes into the ElementSelection tool. I guess this is OK for what I'm doing now, but is what I'm observing the expected behavior?
Bruce