RVTDocs.com
Namespace: Autodesk.Revit.DB Class: CurveLoop

CurveLoop.Create

Method
Description:
Creates a new curve loop.
Syntax
public static CurveLoop Create(
	IList<Curve> curves
)
Parameters
Parameter Type Description
curves IList The curves.
Return Value
Type Description
CurveLoop The curve loop.
Exceptions
Exception Condition
ArgumentException The input curves contains at least one helical curve and is not supported for this operation. -or- Throws if the input curves are not contiguous.
ArgumentNullException A non-optional argument was null