FormUtils.CanBeDissolved
Method
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.
Parameters
Parameter | Type | Description |
---|---|---|
ADoc | Document | The document. |
elements | ICollection | A collection of elements. |
Return Value
Type | Description |
---|---|
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
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |