Revit 2025 API
Element |
Determines whether elements can be mirrored.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool CanMirrorElements( Document ADoc, ICollection<ElementId> elemIds )
Public Shared Function CanMirrorElements ( ADoc As Document, elemIds As ICollection(Of ElementId) ) As Boolean
public: static bool CanMirrorElements( Document^ ADoc, ICollection<ElementId^>^ elemIds )
static member CanMirrorElements : ADoc : Document * elemIds : ICollection<ElementId> -> bool
Parameters
- ADoc Document
- The document where the elements reside.
- elemIds ICollectionElementId
- The elements identified by id.
Return Value
BooleanTrue if the elements can be mirrored.

Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also