| Revit 2019.2 API |
| Document..::..OwnerFamily Property |
| Document Class Example See Also |
Get the Family of this Family Document.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Syntax
Remarks
Only available if the current document is family document.
Examples
string categoryName = familyDoc.OwnerFamily.FamilyCategory.Name;Dim categoryName As String = familyDoc.OwnerFamily.FamilyCategory.Name