- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I am using Revit API 2023 to create a Family ( something similar to what is referred to in The Building Coder: SVG, In-Memory Family, RevitLookup BoundingBox (typepad.com) ) . Family is getting created just fine. Then I load that family and lastly I create a FamilyInstance of type StructuralColumn and StructuralFraming. So far so good.
The problem I am facing is when I try to set the Offset related parameters e.g. FAMILY_TOP_LEVEL_OFFSET_PARAM and FAMILY_BASE_LEVEL_OFFSET_PARAM . These are null when I try to retrieve them via familyInstance.get_Parameter before trying to set the values to it.
I am not sure if I have to specify something specific at the time of Family creation to let API know to associate the builtin Parameters to the Family or FamilyInstance.
Any help is much appreciated.
Solved! Go to Solution.