Creates a new CurveLoopsProfile object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public CurveLoopsProfile NewCurveLoopsProfile( CurveArrArray curveLoops )
Parameters
- curveLoops CurveArrArray
- The curve loops of the Profile.
Return Value
CurveLoopsProfileThe new CurveLoopsProfile object.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when the argument is null. |