Revit 2025.3 API
Path |
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<PathOfTravel> CreateMapped( View DBView, IList<XYZ> pathStarts, IList<XYZ> pathEnds )
Public Shared Function CreateMapped ( DBView As View, pathStarts As IList(Of XYZ), pathEnds As IList(Of XYZ) ) As IList(Of PathOfTravel)
public: static IList<PathOfTravel^>^ CreateMapped( View^ DBView, IList<XYZ^>^ pathStarts, IList<XYZ^>^ pathEnds )
static member CreateMapped : DBView : View * pathStarts : IList<XYZ> * pathEnds : IList<XYZ> -> IList<PathOfTravel>
Parameters
Return Value
IListPathOfTravelSee Also