Move the element within the project by a specified vector.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public bool Move( XYZ translation )
Parameters
- translation XYZ
- The vector by which the element is to be moved.
Return Value
BooleanIf the element is moved successfully then the method return True, otherwise False.