Checks if curve loops are valid for creating an area load.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool AreCurveLoopsValid( IList<CurveLoop> loops )
Parameters
- loops IList<CurveLoop>
- The curve loops to be checked.
Return Value
BooleanReturns true if curve loops are ok, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |