BHoM / Revit_Toolkit

A set of tools enabling exchange of information between BHoM and Revit.
GNU Lesser General Public License v3.0
27 stars 13 forks source link

Redundant warnings when parsing properties of SpecTypeId and UnitTypeId #1503

Closed pawelbaran closed 1 week ago

pawelbaran commented 1 week ago

Description:

When all properties of SpecTypeId and UnitTypeId are parsed, irrelevant warnings are raised when the code hits e.g. this: https://github.com/BHoM/Revit_Toolkit/blob/1e1a21dfa07455becff378aab2e5d44c42e1901b/Revit_Core_Engine/Objects/SpecTypeId.cs#L220-L230

Event suppression will be helpful.