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

CurveLoop.Append

Method
Description:
Append the curve to this loop.
Syntax
public void Append(
	Curve curve
)
Parameters
Parameter Type Description
curve Curve The curve.
Return Value
Exceptions
Exception Condition
ArgumentException The input curve points to a helical curve and is not supported for this operation. -or- Throws if the input curve makes the loop not contiguous.
ArgumentNullException A non-optional argument was null