Define Form utility functions
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.FormUtils
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static class FormUtils
The FormUtils type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CanBeDissolved | Validates that input contains one or more form elements or geom combinations containing form elements. | |
| DissolveForms(Document, ICollection<ElementId>) | Dissolves a collection of form elements into their defining elements. | |
| DissolveForms(Document, ICollection<ElementId>, ICollection<ElementId>%) | Dissolves a collection of form elements into their defining elements. |
