- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on a app that allows user to read and modify schedule cell in Revit 2019. I tried to filter all elements in schedule view by the displayed field (parameter) for each row. The problem is that the ElementParameterFilter does not seem to work with empty cell (which mean the parameter does not have a value).
I have been scratching my head for a while now, trying to parse the default value from empty cell as input, create a class inheriting ParameterValueProvider to override the value extracting behavior for the filtering process, but I get the same result.
Ihaved attached 2 files for reproducible case: one for the code and one for revit project.
In the attached revit project file, I try to filter the wall whose Project parameter "test_weight" 's value is empty. You can take a look at the first element in the Schedule "Wall Schedule". You can modify the code for testing other case, of course. Can anyone suggest a solution or a walkaround this problem?
Solved! Go to Solution.