Message 1 of 11
Apply Dependent Views

Not applicable
02-20-2016
12:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everybody!,
I am developing a tool to duplicate complete view sets with its depending views and also I would like to compi the view reference tags. using the revit interface, the way to do it is by the option "Apply Dependent Views"
So far I have been able do duplicate views and create dependent views using "view.Duplicate(ViewDuplicateOption.Duplicate) and view.Duplicate(ViewDuplicateOption.AsDependent)".
Unfortunately I have not managed to apply the dependent views to a new view using the API.
Is there any method that I am loosing?
Thanks in advance!!