Share

CurveLoop.Append Method

Append the curve to this loop.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void Append(
	Curve curve
)

Parameters

curve  Curve
The curve.

Exceptions

ExceptionCondition
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

See Also

Reference

Was this information helpful?