PathOfTravel.CreateMultiple(View, IList<XYZ>, IList<XYZ>, IList<PathOfTravelCalculationStatus>) Method

PathOfTravelCreateMultiple(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> CreateMultiple(
	View DBView,
	IList<XYZ> pathStarts,
	IList<XYZ> pathEnds,
	out IList<PathOfTravelCalculationStatus> resultStatus
)
Public Shared Function CreateMultiple ( 
	DBView As View,
	pathStarts As IList(Of XYZ),
	pathEnds As IList(Of XYZ),
	<OutAttribute> ByRef resultStatus As IList(Of PathOfTravelCalculationStatus)
) As IList(Of PathOfTravel)
public:
static IList<PathOfTravel^>^ CreateMultiple(
	View^ DBView, 
	IList<XYZ^>^ pathStarts, 
	IList<XYZ^>^ pathEnds, 
	[OutAttribute] IList<PathOfTravelCalculationStatus>^% resultStatus
)
static member CreateMultiple : 
        DBView : View * 
        pathStarts : IList<XYZ> * 
        pathEnds : IList<XYZ> * 
        resultStatus : IList<PathOfTravelCalculationStatus> byref -> IList<PathOfTravel> 

Parameters

DBView  View
 
pathStarts  IListXYZ
 
pathEnds  IListXYZ
 
resultStatus  IListPathOfTravelCalculationStatus
 

Return Value

IListPathOfTravel
See Also