FormUtils.CanBeDissolved
Description:
Validates that input contains one or more form elements or geom combinations containing form elements.
Validates that input contains one or more form elements or geom combinations containing form elements.
public static bool CanBeDissolved(
Document ADoc,
ICollection<ElementId> elements
)
-
ADocThe document.
-
elementsA collection of elements.
Return Value
bool
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.
-
A non-optional argument was NULL