PathOfTravelFindEndsOfShortestPaths Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<XYZ> FindEndsOfShortestPaths(
	View DBView,
	IList<XYZ> destinationPoints,
	IList<XYZ> startPoints
)

Parameters

DBView  View
 
destinationPoints  IListXYZ
 
startPoints  IListXYZ
 

Return Value

IListXYZ
See Also