<Code Lib>
2027 Method
Changes 0
M

ElementTransformUtils.CanMirrorElements

Description:
Determines whether elements can be mirrored.

public static bool CanMirrorElements(
	Document ADoc,
	ICollection<ElementId> elemIds
)

  • ADoc
    The document where the elements reside.
  • ICollection<ElementId>
    elemIds
    The elements identified by id.
Return Value Boolean True if the elements can be mirrored.

Loading…