Based on our experiences in the past decades, it’s fun to play with Revit API. Here is one.
The method FamDoc.FamilyManager.get_Parameter(name) does not care parameter name case sensitively, but Revit family UI does!
So, we have to create our own version of the method such as FamDoc.GetFP(caseSensitiveName).
Have fun!
Recent Comments