PathOfTravelGetCurves Method

Gets the array of curves representing the path of travel.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<Curve> GetCurves()

Return Value

IListCurve
The array of curves.
See Also