Revit 2026 API
Family |
Remove the current family type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown when there is only one family type in current document. |
If successfully removed, the first available type will become the current type,
otherwise an exception with failure information will be thrown.
See Also