Family

The Family class represents an entire Revit family. It contains the FamilySymbols used by FamilyInstances.

Loading Families

The Document class contains the LoadFamily() and LoadFamilySymbol() methods.

Note: To improve the performance of your application and reduce memory usage, if possible load specific FamilySymbols instead of entire Family objects.

For more information, refer to Code Samples.

Categories

The Family.FamilyCategory property indicates the category of the Family such as Columns, Furniture, Structural Framing, or Windows.