How Isolate Elements by WinForms

no,

a workaround is to implement an IExternalEventHandler Interface

some examples

https://pythoncvc.net/?p=247

Otherwise, without transaction, instead of isolating the element, you can zoom in on it with uidoc.ShowElements()

2 Likes