You cannot get the Name
member of any subclasses of ElementType
in IronPython this way unfortunately. Try this:
name = DB.Element.Name.__get__(view_family_type)
6 Likes
You cannot get the Name
member of any subclasses of ElementType
in IronPython this way unfortunately. Try this:
name = DB.Element.Name.__get__(view_family_type)