Boundary
|
Checks if curve loops are valid for creating an area boundary conditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Parameters
- loops IList CurveLoop
- The curve loops to be checked.
Return Value
BooleanReturns true if curve loops are ok, false otherwise.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |