RebarConstrainedHandleMove Method |
Moves the handle with the specified vector.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntaxpublic void Move(
XYZ translation
)
Public Sub Move (
translation As XYZ
)
public:
void Move(
XYZ^ translation
)
member Move :
translation : XYZ -> unit Parameters
- translation XYZ
-
The translation vector that will be applied.
Exceptions
Remarks
This function applies for all handles of a shape driven rebar.
This function applies only for handles of a free form rebar that are draggable in canvas (they have drag controls while editing constraints).
See Also