Revit 2025.3 API
Family |
Remove the current family type.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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