Revit 2025 API
Element |
Determines whether element 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 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