Revit 2025.3 API
Component |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<ComponentRepeater> RepeatElements( Document document, ICollection<ElementId> elementIds )
Public Shared Function RepeatElements ( document As Document, elementIds As ICollection(Of ElementId) ) As IList(Of ComponentRepeater)
public: static IList<ComponentRepeater^>^ RepeatElements( Document^ document, ICollection<ElementId^>^ elementIds )
static member RepeatElements : document : Document * elementIds : ICollection<ElementId> -> IList<ComponentRepeater>
Parameters
Return Value
IListComponentRepeaterSee Also