Share

CurveLoop.CreateViaCopy Method

Creates a new curve loop as a copy of the input.


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

Syntax

C#

public static CurveLoop CreateViaCopy(
	CurveLoop original
)

Parameters

original  CurveLoop
The original curve loop.

Return Value

CurveLoop
The copied curve loop.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?