DynamoRevit
DynamoRevit copied to clipboard
ScheduleFilter.ByFieldTypeAndValue Does not allow for "HasNoValue", "HasParameter" and "HasValue" ScheduleFilterTypes
ScheduleFilterTypes HasParameter, HasValue and HasNoValue when used with a ScheduleFilter requires no value. This is not covered in the cases and it may also be possible that ScheduleView.AddFilter throws an exception when casting to Autodesk.Revit.DB.ScheduleFilter
https://github.com/DynamoDS/DynamoRevit/blob/46e427c740747b0f099c0ed58dd7d19fe1dc288b/src/Libraries/RevitNodes/Schedules/ScheduleFilter.cs#L43-L66
tracked internally DYN-9925