Open vdubya opened 6 years ago
I believe Revit Lookup works well for this when an user interface is needed, but we would want a way to do it programmatically.
The good news is, it's possible using the Revit API: https://knowledge.autodesk.com/support/revit-products/downloads/caas/CloudHelp/cloudhelp/2016/ENU/Revit-API/files/GUID-C0D9C62F-1BEB-412E-B5B4-E70E2EF4F378-htm.html
When mapping COBie attributes to Revit parameters, there needs to be a way to map to built-in Revit parameters such as Manufacturer.
Is it possible to obtain the GUID of built-in parameters? Maybe with RevitLookup?
Is there a fully itemized list of Revit system parameters and OOTB family parameters somewhere?