Validates that input contains one or more form elements or geom combinations containing form elements.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool CanBeDissolved( Document ADoc, ICollection<ElementId> elements )
Parameters
Return Value
BooleanTrue 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
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |