jeremytammik / RevitLookup

Interactive Revit RFA and RVT project database exploration tool to view and navigate BIM element parameters, properties and relationships.
http://thebuildingcoder.typepad.com
MIT License
1.03k stars 294 forks source link

Dev parameter bindings #196

Closed SergeyNefyodov closed 5 months ago

SergeyNefyodov commented 6 months ago

Summary of the Pull Request

Now the user can see the names of the shared parameters in ParametersBinding window

I add a new descriptor for KeyValuePair<Definition, Object>. I couldn't resolve separation of Type and Instance Bindings because Type is written in another part of code and I think it shouldn't be changed for such a small feature. But maybe it would be a good idea to improve type definition for this type:

Quality Checklist