Share

Application.NewCurveLoopsProfile Method

Creates a new CurveLoopsProfile object.


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public CurveLoopsProfile NewCurveLoopsProfile(
	CurveArrArray curveLoops
)

Parameters

curveLoops  CurveArrArray
The curve loops of the Profile.

Return Value

CurveLoopsProfile
The new CurveLoopsProfile object.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the argument is nullptr.

See Also

Reference

Was this information helpful?