2024 Method
Changes 0
M

ElementTransformUtils.CopyElement

Description:
Copies an element and places the copy at a location indicated by a given transformation.
public static ICollection<ElementId> CopyElement(
	Document document,
	ElementId elementToCopy,
	XYZ translation
)
Return Value ICollection<ElementId> The ids of the newly created copied elements. More than one element may be created due to dependencies.