Revit 2026 API
CurveClone Method |
Returns a copy of this curve.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Curve Clone()
Public Function Clone As Curve
public: Curve^ Clone()
member Clone : unit -> Curve
Return Value
CurveA copy of this curve.
See Also