ElementTransformUtilsCopyElements(Document, ICollectionElementId, XYZ) Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static ICollection<ElementId> CopyElements(
	Document document,
	ICollection<ElementId> elementsToCopy,
	XYZ translation
)

Parameters

document  Document
 
elementsToCopy  ICollectionElementId
 
translation  XYZ
 

Return Value

ICollectionElementId
See Also