RVTDocs.com

AreaLoad.AreCurveLoopsValid

Method
Description:
Checks if curve loops are valid for creating an area load.
Syntax
public static bool AreCurveLoopsValid(
	IList<CurveLoop> loops
)
Parameters
Parameter Type Description
loops IList The curve loops to be checked.
Return Value
Type Description
Boolean Returns true if curve loops are ok, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null