PathOfTravelCreateMapped(View, IListXYZ, IListXYZ, IListPathOfTravelCalculationStatus) Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<PathOfTravel> CreateMapped(
	View DBView,
	IList<XYZ> pathStarts,
	IList<XYZ> pathEnds,
	out IList<PathOfTravelCalculationStatus> resultStatus
)

Parameters

DBView  View
 
pathStarts  IListXYZ
 
pathEnds  IListXYZ
 
resultStatus  IListPathOfTravelCalculationStatus
 

Return Value

IListPathOfTravel
See Also