<Code Lib>
2025 Method
Changes 0
M

ElementTransformUtils.CanMirrorElement

Description:
Determines whether element can be mirrored.

public static bool CanMirrorElement(
	Document ADoc,
	ElementId elemId
)

  • ADoc
    The document where the element reside.
  • elemId
    The element identified by id.
Return Value Boolean True if the element can be mirrored.

Loading…