Revit 2026 API
Element |
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 )
Public Shared Function CopyElements ( document As Document, elementsToCopy As ICollection(Of ElementId), translation As XYZ ) As ICollection(Of ElementId)
public: static ICollection<ElementId^>^ CopyElements( Document^ document, ICollection<ElementId^>^ elementsToCopy, XYZ^ translation )
static member CopyElements : document : Document * elementsToCopy : ICollection<ElementId> * translation : XYZ -> ICollection<ElementId>
Parameters
Return Value
ICollectionElementIdSee Also