Revit 2026 API
FamilyIs |
True if the family is the owner family for its own editable document, false otherwise.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsOwnerFamily { get; }
Public ReadOnly Property IsOwnerFamily As Boolean Get
public: property bool IsOwnerFamily { bool get (); }
member IsOwnerFamily : bool with get
Property Value
BooleanSee Also