Message 1 of 2
Revit Model Checker - List all Dependent Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
With Revit Model Checker, I'm trying to list all the Dependent Views. For Dependent Views, the GetPrimaryViewId field is defined with the Primary ViewPlan name and ID. For normal views, this field has the < null > value.
Within RMC, I'm not able to get a list of the Dependent Views. How do you write a rule to check if the field GetPrimaryViewId is defined? If I try to check with API Parameter is defined, I get all the views, also the normal views with < null > definition? How do I need to write rules for these type of fields?