BarTerminationsData.TerminationRotationAngleAtEnd Property

BarTerminationsDataTerminationRotationAngleAtEnd Property

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

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; }
Public Property TerminationRotationAngleAtEnd As Double
	Get
	Set
public:
property double TerminationRotationAngleAtEnd {
	double get ();
	void set (double value);
}
member TerminationRotationAngleAtEnd : float with get, set

Property Value

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