AreCurveLoopsValid Method


Area Load Are Curve Loops Valid Method

Checks if curve loops are valid for creating an area load.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool AreCurveLoopsValid(
	IList<CurveLoop> loops
)

Parameters

loops IList CurveLoop
The curve loops to be checked.

Return Value

Boolean
Returns true if curve loops are ok, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null
See Also