<Code Lib>
2023 Property
Changes 0
P

Document.OwnerFamily

Description:
Get the Family of this Family Document.
Remarks:
Only available if the current document is family document.

public Family OwnerFamily { get; }

string categoryName = familyDoc.OwnerFamily.FamilyCategory.Name;

Loading…