RVTDocs.com

ElementTransformUtils.CanMirrorElement

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