`UIDocument.ActiveGraphicalView` and `UIDocument.ActiveView`

`UIDocument.ActiveGraphicalView` and `UIDocument.ActiveView`

Anonymous
Not applicable
1,582 Views
1 Reply
Message 1 of 2

`UIDocument.ActiveGraphicalView` and `UIDocument.ActiveView`

Anonymous
Not applicable

What is the difference between `UIDocument.ActiveGraphicalView` and `UIDocument.ActiveView` properties? I don't see expanded info about it in the `RevitAPI.chm`.

Accepted solutions (1)
1,583 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Thanks to Alexander Rivilis. He found the answer here:

 

> The UIDocument.ActiveGraphicalView property retrieves the active graphical view for the document. Unlike UIDocument.ActiveView, this property will never return auxiliary views like the Project Browser or System Browser if the user has happened to make a selection in one of those views. 

 

0 Likes