You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when comparing objects of type RevitParameter, regardless of which property gets changed (Value, UnitType, IsReadOnly), it is always reported as 'The value assigned to the property MyName (RevitParameter) was modified (...)' - so from the description of PropertyDifference we can't tell which property of RevitParameter has changed. This is rather an edge case, but still would be good to fix it at some point.
Description:
Currently, when comparing objects of type
RevitParameter
, regardless of which property gets changed (Value
,UnitType
,IsReadOnly
), it is always reported as 'The value assigned to the propertyMyName (RevitParameter)
was modified (...)' - so from the description ofPropertyDifference
we can't tell which property ofRevitParameter
has changed. This is rather an edge case, but still would be good to fix it at some point.Test file(s):
On SharePoint
The text was updated successfully, but these errors were encountered: