Revit 2026 API
Rebar |
Identifies he termination's rotation angle (in radians) at the end.
The default value is 0.0
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double TerminationRotationAngle1 { get; set; }
Public Property TerminationRotationAngle1 As Double Get Set
public: property double TerminationRotationAngle1 { double get (); void set (double value); }
member TerminationRotationAngle1 : float with get, set
Property Value
Double| Exception | Condition |
|---|---|
| ArgumentException | When setting this property: The given value for terminationRotationAngle1 is not finite |
See Also