PathOfTravelUpdateMultiple(Document, IListElementId, IListPathOfTravelCalculationStatus) Method


Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static int UpdateMultiple(
	Document adoc,
	IList<ElementId> elementsToUpdate,
	out IList<PathOfTravelCalculationStatus> resultStatus
)

Parameters

adoc  Document
 
elementsToUpdate  IListElementId
 
resultStatus  IListPathOfTravelCalculationStatus
 

Return Value

Int32
See Also