PathOfTravelFindStartsOfLongestPathsFromRooms 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> FindStartsOfLongestPathsFromRooms(
	View DBView,
	IList<XYZ> destinationPoints
)

Parameters

DBView  View
 
destinationPoints  IListXYZ
 

Return Value

IListXYZ
See Also