Creates a new curve loop as a copy of the input.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.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
See Also
Reference