Determines whether elements 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 CanMirrorElements(
Document ADoc,
ICollection<ElementId> elemIds
)
Parameters
- ADoc Document
-
The document where the elements reside.
- elemIds ICollection<ElementId>
-
The elements identified by id.
Return Value
Boolean
True if the elements can be mirrored.
Exceptions
See Also
Reference