CurveLoop Property


Get the Curve Loop of Path3d via index.

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

Syntax

C#
public CurveArray this[
	int index
] { get; }
Visual Basic
Public ReadOnly Property CurveLoop ( _
	index As Integer _
) As CurveArray
	Get
Visual C++
public:
property CurveArray^ CurveLoop[int index] {
	CurveArray^ get (int index);
}

Parameters

index
Type: System Int32

Remarks

Returns the index order Curve Loop of Path3d.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →