ElementTransformUtils.MoveElements Method

ElementTransformUtilsMoveElements Method


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void MoveElements(
	Document document,
	ICollection<ElementId> elementsToMove,
	XYZ translation
)
Public Shared Sub MoveElements ( 
	document As Document,
	elementsToMove As ICollection(Of ElementId),
	translation As XYZ
)
public:
static void MoveElements(
	Document^ document, 
	ICollection<ElementId^>^ elementsToMove, 
	XYZ^ translation
)
static member MoveElements : 
        document : Document * 
        elementsToMove : ICollection<ElementId> * 
        translation : XYZ -> unit 

Parameters

document  Document
 
elementsToMove  ICollectionElementId
 
translation  XYZ
 
See Also