Determines whether element can be mirrored.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanMirrorElement(
Document ADoc,
ElementId elemId
)
Parameters
- ADoc Document
-
The document where the element reside.
- elemId ElementId
-
The element identified by id.
Return Value
Boolean
True if the element can be mirrored.
Exceptions
See Also
Reference