Revit 2025.3 API
Path |
return the waypoints set for the Path of Travel
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public IList<XYZ> GetWaypoints()
Public Function GetWaypoints As IList(Of XYZ)
public: IList<XYZ^>^ GetWaypoints()
member GetWaypoints : unit -> IList<XYZ>
Return Value
IListXYZSee Also