IsolateElementsTemporary

IsolateElementsTemporary

Anonymous
Not applicable
732 Views
2 Replies
Message 1 of 3

IsolateElementsTemporary

Anonymous
Not applicable

Hello

 

forgive me if this question has been posed before. Googled this, have not found the answer, must be overlooking it

 

I want to use the IsolateElementsTemporary method on the active View, and it works fine. 

However, how do I reset this? 

In Revit you could use the keyboard shortcur 'HR' which also works, so as a dirty solution i could send this to the active window

However, if there is an API method to do this, I would much prefer to use that

 

Surely, there is a way?

0 Likes
Accepted solutions (2)
733 Views
2 Replies
Replies (2)
Message 2 of 3

arnostlobel
Alumni
Alumni
Accepted solution
I think you are looking for this:

View.DisableTeporaryViewMode (TemporaryViewMode.TemporaryHideIsolate);

Arno?t L?bel
Autodesk, Revit R&D
Arnošt Löbel
Message 3 of 3

Anonymous
Not applicable
Accepted solution

Works! As I said, I had to be overlooking something 🙂

Thanks for the reply

0 Likes