TerminationRotationAngleAtEnd Property


Rebar Shape Terminations Data Termination Rotation Angle At End Property

Identifies the termination's (e.g. hook, crank) out of plane rotation angle (in radians) at the end of the rebar shape.

The default value is 0.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double TerminationRotationAngleAtEnd { get; set; }

Property Value

Double
Exceptions
Exception Condition
ArgumentException When setting this property: The given value for terminationRotationAngleAtEnd is not finite
See Also