RVTDocs.com

ElementTransformUtils.CanMirrorElements

Method
Description:
Determines whether elements can be mirrored.
Syntax
public static bool CanMirrorElements(
	Document ADoc,
	ICollection<ElementId> elemIds
)
Parameters
Parameter Type Description
ADoc Document The document where the elements reside.
elemIds ICollection The elements identified by id.
Return Value
Type Description
Boolean True if the elements can be mirrored.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null