Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!

API: Place Detail Group in View

Currently, if we need to place detail groups into a view with the API, the approach is:

 

- change active view

- call PlaceGroup()

 

However, when running on Design Automation, we don't have access to the UI and therefor we cannot set UIDocument.Activeview. 

 

It would be nice if PlaceGroup() could take in a View as the argument. 

Comentarios
Advisor
Advisor

Here's a forum thread about this issue, with discussion workarounds by @ricaun https://forums.autodesk.com/t5/revit-api-forum/placing-detail-group-in-legend-view-without-access-to...