Moves the handle with the specified vector. This function applies only for shape driven rebar.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public void Move( XYZ translataion )
Parameters
- translataion XYZ
- The translation vector that will be applied.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
InvalidOperationException | RebarConstrainedHandle is no longer valid. -or- This handle doesn't belongs to a shape driven rebar. |