- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I thought i would share what appears to be a workaround when placing new instances of families using the NewFamilyInstance method (2014). I was using the following overload to place an electrical socket in a wall:
Document.Create.NewFamilyInstance(XYZ location, FamilySymbol symbol, Element host, Level level, StructuralType structuralType)
This was successfully placing the family instance, problem is i then wanted to flip the face using the familyInstance.flipFacing() method which always returned false even though i could flip the instance through the user interface. But i found if i place the instance, commit the current transaction, then attempt to flip the instance in a new trasnsaction then it worked.
Hope this helps someone else who may be fighting similar issues with the NewFamilyInstance method.
Regards
Graham Cook
Solved! Go to Solution.