ElementTransformUtilsCanMirrorElements Method

Determines whether elements can be mirrored.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public static bool CanMirrorElements(
	Document ADoc,
	ICollection<ElementId> elemIds
)

Parameters

ADoc  Document
The document where the elements reside.
elemIds  ICollectionElementId
The elements identified by id.

Return Value

Boolean
True if the elements can be mirrored.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also