Share

ElementTransformUtils.CopyElements(Document, ICollection<ElementId>, XYZ) Method



Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public static ICollection<ElementId> CopyElements(
	Document document,
	ICollection<ElementId> elementsToCopy,
	XYZ translation
)

Parameters

document  Document
 
elementsToCopy  ICollection<ElementId>
 
translation  XYZ
 

Return Value

ICollection<ElementId>

See Also

Reference

Was this information helpful?