PathOfTravel.CreateMapped(View, IList<XYZ>, IList<XYZ>) Method

PathOfTravelCreateMapped(View, IListXYZ, IListXYZ) Method


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

DBView  View
 
pathStarts  IListXYZ
 
pathEnds  IListXYZ
 

Return Value

IListPathOfTravel
See Also