Share

FormUtils.CanBeDissolved Method

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

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

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?