Form |
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: 25.0.0.0 (25.0.0.0)

Parameters
- ADoc Document
- The document.
- elements ICollection ElementId
- A collection of elements.
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.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
