RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ElementType

ElementType.FamilyName

Property
Description:
Gets the family name of this element type.
Remarks:
This value is a localized string describing the family in which this ElementType belongs. For family symbols, this will be the name of the associated Family. For system family types, this will be the name used to group related types, such as "Oval Duct" or "Curtain Wall".
Syntax
public string FamilyName { get; }