RebarBendDataTerminationRotationAngle0 Property |
Identifies the termination's rotation angle (in radians) at the start.
The default value is 0.0
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double TerminationRotationAngle0 { get; set; }
Public Property TerminationRotationAngle0 As Double
Get
Set
public:
property double TerminationRotationAngle0 {
double get ();
void set (double value);
}
member TerminationRotationAngle0 : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for terminationRotationAngle0 is not finite
|
See Also