FormUtils Class

FormUtils Class

Define Form utility functions
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBFormUtils

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class FormUtils
Public NotInheritable Class FormUtils
public ref class FormUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FormUtils = class end

The FormUtils type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCanBeDissolved Validates that input contains one or more form elements or geom combinations containing form elements.
Public methodStatic memberDissolveForms(Document, ICollectionElementId) Dissolves a collection of form elements into their defining elements.
Public methodStatic memberDissolveForms(Document, ICollectionElementId, ICollectionElementId) Dissolves a collection of form elements into their defining elements.
Top
See Also