PathOfTravel.FindEndsOfShortestPaths Method

PathOfTravelFindEndsOfShortestPaths Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<XYZ> FindEndsOfShortestPaths(
	View DBView,
	IList<XYZ> destinationPoints,
	IList<XYZ> startPoints
)
Public Shared Function FindEndsOfShortestPaths ( 
	DBView As View,
	destinationPoints As IList(Of XYZ),
	startPoints As IList(Of XYZ)
) As IList(Of XYZ)
public:
static IList<XYZ^>^ FindEndsOfShortestPaths(
	View^ DBView, 
	IList<XYZ^>^ destinationPoints, 
	IList<XYZ^>^ startPoints
)
static member FindEndsOfShortestPaths : 
        DBView : View * 
        destinationPoints : IList<XYZ> * 
        startPoints : IList<XYZ> -> IList<XYZ> 

Parameters

DBView  View
 
destinationPoints  IListXYZ
 
startPoints  IListXYZ
 

Return Value

IListXYZ
See Also