Share

RebarSplice.RotateRebarSpliceGeometry Method

Rotates the RebarSpliceGeometry about the given axis and angle.


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

Syntax

C#

public void RotateRebarSpliceGeometry(
	Line axis,
	double angle
)

Parameters

axis  Line
The axis of rotation.
angle  Double
The angle of the rotation in radians.

Exceptions

ExceptionCondition
ArgumentException The given value for angle is not finite
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?