Revit 2026 API
Element |
Determines whether element can be mirrored.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool CanMirrorElement( Document ADoc, ElementId elemId )
Public Shared Function CanMirrorElement ( ADoc As Document, elemId As ElementId ) As Boolean
public: static bool CanMirrorElement( Document^ ADoc, ElementId^ elemId )
static member CanMirrorElement : ADoc : Document * elemId : ElementId -> bool
Parameters
Return Value
BooleanTrue if the element can be mirrored.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also