- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello Everyone,
I have question about two methods below.
According to the Revit Document, these two methods have the remark below in common.
"Revit users will be permitted to manipulate the Revit view (zooming, panning, and rotating the view), but will not be permitted to click other items in the Revit user interface. Users are not permitted to switch the active view, close the active document or Revit application in the pick session, otherwise an exception will be thrown.
Note: this method must not be called during dynamic update, otherwise ForbiddenForDynamicUpdateException will be thrown."
[PickObject Method Description] https://www.revitapidocs.com/2020/0315fd62-b533-1817-2f2d-d9ebd4bc8e33.htm
[PickPoint Method Description] https://www.revitapidocs.com/2020/e35b0233-64b5-d0c0-713a-292f62942769.htm
But PickObject method works while selecting element in multiple view.
And PickPoint method throws exception while trying to change view.
The remarks are the same, but the functionality works differently.
Is there any solution to select point in another view without exception?
Solved! Go to Solution.