Share

RebarSplice.MoveRebarSpliceGeometry Method

Moves the RebarSpliceGeometry with the specified vector.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void MoveRebarSpliceGeometry(
	XYZ translation
)

Parameters

translation  XYZ
The translation vector that will be applied.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?