PathOfTravel.FindStartsOfLongestPathsFromRooms Method

PathOfTravelFindStartsOfLongestPathsFromRooms 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> FindStartsOfLongestPathsFromRooms(
	View DBView,
	IList<XYZ> destinationPoints
)
Public Shared Function FindStartsOfLongestPathsFromRooms ( 
	DBView As View,
	destinationPoints As IList(Of XYZ)
) As IList(Of XYZ)
public:
static IList<XYZ^>^ FindStartsOfLongestPathsFromRooms(
	View^ DBView, 
	IList<XYZ^>^ destinationPoints
)
static member FindStartsOfLongestPathsFromRooms : 
        DBView : View * 
        destinationPoints : IList<XYZ> -> IList<XYZ> 

Parameters

DBView  View
 
destinationPoints  IListXYZ
 

Return Value

IListXYZ
See Also