FormPathCurveReference Property

The curve reference in the path, specified by curve index.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Reference this[
	int curveIndex
] { get; }

Parameters

curveIndex  Int32
Index to specify the curve in path

Property Value

Reference
See Also