Revit 2025.3 API
Path |
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static int UpdateMultiple( Document adoc, IList<ElementId> elementsToUpdate )
Public Shared Function UpdateMultiple ( adoc As Document, elementsToUpdate As IList(Of ElementId) ) As Integer
public: static int UpdateMultiple( Document^ adoc, IList<ElementId^>^ elementsToUpdate )
static member UpdateMultiple : adoc : Document * elementsToUpdate : IList<ElementId> -> int
Parameters
Return Value
Int32See Also