Revit 2026 API
Element |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static IList<ElementId> MirrorElements( Document document, ICollection<ElementId> elementsToMirror, Plane plane, bool mirrorCopies )
Public Shared Function MirrorElements ( document As Document, elementsToMirror As ICollection(Of ElementId), plane As Plane, mirrorCopies As Boolean ) As IList(Of ElementId)
public: static IList<ElementId^>^ MirrorElements( Document^ document, ICollection<ElementId^>^ elementsToMirror, Plane^ plane, bool mirrorCopies )
static member MirrorElements : document : Document * elementsToMirror : ICollection<ElementId> * plane : Plane * mirrorCopies : bool -> IList<ElementId>
Parameters
Return Value
IListElementIdSee Also