Validates that input contains one or more form elements or geom combinations containing form elements.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanBeDissolved(
Document ADoc,
ICollection<ElementId> elements
)
Parameters
- ADoc Document
-
The document.
- elements ICollection<ElementId>
-
A collection of elements.
Return Value
Boolean
True if inputs contain one or more form elements. Non-form element inputs are ignored.
False if none of the inputs are form elements or do not contain form elements.
Exceptions
See Also
Reference