RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Path3d

Path3d.CurveLoop

Property
Description:
Get the Curve Loop of Path3d via index.
Remarks:
Returns the index order Curve Loop of Path3d.
Syntax
public CurveArray this[
	int index
] { get; }
Parameters
Parameter Type Description
index Int32
Return Value