Identifies whether the given curve loops compose a valid horizontal boundary.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public static bool IsValidHorizontalBoundary( IList<CurveLoop> curveLoops )
Parameters
- curveLoops IList<CurveLoop>
- The curve loops to be checked.
Return Value
BooleanTrue if the given curve loops are valid as described above, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |