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

Form.PathCurveReference

Property
Description:
The curve reference in the path, specified by curve index.
Syntax
public Reference this[
	int curveIndex
] { get; }
Parameters
Parameter Type Description
curveIndex Int32 Index to specify the curve in path
Return Value