Message 1 of 2
View.Duplicate WithDetailing fails if Attached Detail Groups are in the view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I appear to have stumbled upon a possible bug in the Revit 2017 API (not tested newer versions).
Calling View.Duplicate(opt) where opt = ViewDuplicateOption.WithDetailing fails if the view has attached detail groups. As soon as I delete the attached Detail groups, everything works as expected.
Is this a known bug? If so, are there any workarounds?