Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Where famsyb is FamilySymbol...
print(famsymb.Name) works fine in IornPython and CPython3
print(famsymb.Name) fails in IronPython and CPython3 with no Property - Attribute Error
print(Element.Name.GetValue(famsymb)) returns the family type name as expected in IronPython
print(Element.Name.GetValue(famsymb)) returns error: "
TypeError : instance property must be accessed through a class instance"
Trying to move everythong to CPython3 in Revit 2023. Any insight?
Solved! Go to Solution.