BarTerminationsDataTerminationRotationAngleAtStart Property |
Identifies the termination's (e.g. hook, crank) out of plane rotation angle (in radians) at the start of bar.
The default value is 0.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double TerminationRotationAngleAtStart { get; set; }
Public Property TerminationRotationAngleAtStart As Double
Get
Set
public:
property double TerminationRotationAngleAtStart {
double get ();
void set (double value);
}
member TerminationRotationAngleAtStart : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for terminationRotationAngleAtStart is not finite
|
See Also