2023 Method
Changes 0
M

FormUtils.CanBeDissolved

Description:
Validates that input contains one or more form elements or geom combinations containing form elements.
public static bool CanBeDissolved(
	Document ADoc,
	ICollection<ElementId> 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.