Revit 2025.3 API
Rebar |
Moves the RebarSpliceGeometry with the specified vector.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void MoveRebarSpliceGeometry( XYZ translation )
Public Sub MoveRebarSpliceGeometry ( translation As XYZ )
public: void MoveRebarSpliceGeometry( XYZ^ translation )
member MoveRebarSpliceGeometry : translation : XYZ -> unit
Parameters
- translation XYZ
- The translation vector that will be applied.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also